blob: 909cc0ae20fd680faea97cfe93ccfd492d804747 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ExplicitForAllRules2.hs:6:41: error:
Not in scope: type variable ‘b’
ExplicitForAllRules2.hs:7:11: error:
Rule "new5":
Forall'd variable ‘x’ does not appear on left hand side
ExplicitForAllRules2.hs:8:49: error:
Not in scope: type variable ‘c’
|