blob: e9abf5854067709858b71e69f42e19f102e19634 (
plain)
1
2
3
4
5
6
7
|
lazypat.hs:7:5:
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
|