Split functions into two modules

This commit is contained in:
2024-09-21 20:05:08 +02:00
parent 28d430cf72
commit 1f3c2929fd
3 changed files with 44 additions and 32 deletions

View File

@@ -19,8 +19,9 @@ library
exposed-modules:
Types
Sources
Functions
FunctionImplementations
ComputationM
Functions
build-depends:
base
, mtl