Merged into commit not compiling on codegen 😤
This commit is contained in:
commit
0d23a59f0c
7 changed files with 364 additions and 65 deletions
6
sample-programs/good1
Normal file
6
sample-programs/good1
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
main : _Int ;
|
||||
main = (id : _Int -> _Int) 5 ;
|
||||
|
||||
id : 'a -> 'a ;
|
||||
id x = (x : 'a);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue