Deleted bad sample programs, added polymorphic call in polymorphic function test
This commit is contained in:
parent
63f9689f38
commit
d377ded7e1
10 changed files with 50 additions and 41 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