renamed stuff
This commit is contained in:
parent
aa4a615c28
commit
2fa30faa87
5 changed files with 3 additions and 1 deletions
3
Justfile
3
Justfile
|
|
@ -15,4 +15,7 @@ test:
|
|||
|
||||
# compile a specific file
|
||||
run FILE:
|
||||
cabal run language {{FILE}}
|
||||
|
||||
debug FILE:
|
||||
cabal run language -- -d {{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"'
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue