Fixed small bug in monomorphizer

This commit is contained in:
Rakarake 2023-04-17 15:53:16 +02:00
parent c2bf6312f6
commit a23269f907
2 changed files with 6 additions and 5 deletions

View file

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