Monomorphizer, fixed problem with type of bind

This commit is contained in:
Rakarake 2023-03-31 17:53:56 +02:00
parent d097cd28e8
commit 15c18271ba
2 changed files with 14 additions and 10 deletions

View file

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