Monomorphization of datatypes done!

This commit is contained in:
Rakarake 2023-03-31 18:58:33 +02:00
parent 15c18271ba
commit 00e23a16dd
2 changed files with 17 additions and 16 deletions

View file

@ -1,7 +1,5 @@
const x y = x;
id x = x;
f x = (id 5);
f x = (const x 'c');
main = f 5;