Merged into commit not compiling on codegen 😤

This commit is contained in:
Rakarake 2023-03-27 19:14:35 +02:00
commit 0d23a59f0c
7 changed files with 364 additions and 65 deletions

6
sample-programs/good1 Normal file
View file

@ -0,0 +1,6 @@
main : _Int ;
main = (id : _Int -> _Int) 5 ;
id : 'a -> 'a ;
id x = (x : 'a);