Monomorphizer, fixed problem with type of bind
This commit is contained in:
parent
d097cd28e8
commit
15c18271ba
2 changed files with 14 additions and 10 deletions
|
|
@ -1,5 +1,7 @@
|
|||
const x y = x;
|
||||
|
||||
f x = (const x 'c');
|
||||
id x = x;
|
||||
|
||||
f x = (id 5);
|
||||
|
||||
main = f 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue