Add a little documentation

This commit is contained in:
2024-11-09 23:13:37 +01:00
parent 67fb3f8871
commit 06d5dbb2d7
9 changed files with 23 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
{-# LANGUAGE MonoLocalBinds #-}
-- | Run the actual operations from the generated dependencies from DependencyGenerator.
--
-- This does not work fully as intended right now (computes more than strictly
-- needed) and needs to be rewritten in a more testable way. The idea is to only
-- evaluate something if a future operation depends on it, which is reflected in
-- the ValueExistence type.
module Byg.DependencyRunner
( DepRunM
, runDeps