Monomorphization of datatypes done!
This commit is contained in:
parent
15c18271ba
commit
00e23a16dd
2 changed files with 17 additions and 16 deletions
|
|
@ -1,7 +1,5 @@
|
|||
const x y = x;
|
||||
|
||||
id x = x;
|
||||
|
||||
f x = (id 5);
|
||||
f x = (const x 'c');
|
||||
|
||||
main = f 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue