blob: 3baa2f6cc82d6cb3e58613da5fb373597b4af299 (
plain)
1
2
3
4
5
6
7
|
lazypat.hs:7:5: error: [GHC-87005]
⢠An existential or GADT data constructor cannot be used
inside a lazy (~) pattern
⢠In the pattern: T x f
In the pattern: ~(T x f)
In an equation for âfâ: f ~(T x f) = f x
|