Clean up and move things around

This commit is contained in:
2024-09-23 22:11:54 +02:00
parent a098317df3
commit e7e767c007
19 changed files with 286 additions and 393 deletions

View File

@@ -17,14 +17,17 @@ library
import: common
hs-source-dirs: src
exposed-modules:
Types.Token
Types.Values
Types.Value
Types.Function
Types.FunctionIO
Types
Sources
FunctionImplementations.Pure
FunctionImplementations.IO
Dependency
ComputationM
Functions
Generator
DependencyGenerator
Evaluation.Function
Evaluation.FunctionIO
SiteGenerator
build-depends:
base
, mtl