renamed stuff

This commit is contained in:
sebastianselander 2023-03-27 15:37:58 +02:00
parent aa4a615c28
commit 2fa30faa87
5 changed files with 3 additions and 1 deletions

View file

@ -15,4 +15,7 @@ test:
# compile a specific file
run FILE:
cabal run language {{FILE}}
debug FILE:
cabal run language -- -d {{FILE}}

View file

@ -62,4 +62,3 @@ bind ma f = case ma of {
```
TYPECHECKER ERROR
Inferred type '("c" -> "Int") -> "Maybe" -> "Maybe" does not match specified type '("Int" -> "Int") -> "Maybe" -> "Maybe"'
```