Add Intermediate monad stack for the code generation

This commit is contained in:
2024-08-27 14:21:50 +02:00
parent 2bd965bd5c
commit 0c45a9886a
3 changed files with 180 additions and 85 deletions

View File

@@ -21,6 +21,7 @@ common warnings
text ^>= 2.0
ghc-options: -Wall
default-extensions:
DataKinds,
ExplicitForAll,
LambdaCase,
OverloadedStrings,