Monomorphizer now outputs constructors that are matched on but not created
This commit is contained in:
parent
0ab13e5979
commit
c2bf6312f6
3 changed files with 19 additions and 5 deletions
5
sample-programs/mono-1.crf
Normal file
5
sample-programs/mono-1.crf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const x y = x;
|
||||
|
||||
f x = (const x 'c');
|
||||
|
||||
main = f 5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue