Monomorphizer now outputs constructors that are matched on but not created

This commit is contained in:
Rakarake 2023-04-12 16:36:22 +02:00
parent 0ab13e5979
commit c2bf6312f6
3 changed files with 19 additions and 5 deletions

View file

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