blob: cf719e3176bbbe943f2ada6b7c6370f823df6384 (
plain)
1
2
3
4
5
6
7
8
9
|
T20363.hs:23:10: error:
• The newtype constructor pattern
does not have a fixed runtime representation.
Its kind is:
TYPE NilRep
(Use -fprint-explicit-coercions to see the full type.)
• In the pattern: MkNT (##)
In an equation for ‘test1b’: test1b (MkNT (##)) = 0
|