Working on bugs
This commit is contained in:
parent
8ca876a101
commit
887c3b8391
5 changed files with 49 additions and 25 deletions
|
|
@ -1,2 +1,6 @@
|
|||
main : _Int ;
|
||||
main = 3 + 3 ;
|
||||
main = double 3 ;
|
||||
|
||||
double : _Int -> _Int ;
|
||||
double x = x + x ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue