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,5 +1,8 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE FunctionalDependencies #-}
-- | Combinators for generating a list of dependencies between calculations, to
-- be executed later in DependencyRunner.
module Byg.DependencyGenerator
( DepGenM
, DepGenM'