Fixed small bug in monomorphizer
This commit is contained in:
parent
c2bf6312f6
commit
a23269f907
2 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue