blob: 13da943a3cd0af03c09051dd8da1bdc09f51bc13 (
plain)
1
2
3
4
5
6
7
|
<interactive>:1:1: error:
• Non type-variable argument
in the constraint: Num (t2 -> t1 -> t3)
(Use FlexibleContexts to permit this)
• When checking the inferred type
it :: forall {t1} {t2} {t3}. (Num t1, Num (t2 -> t1 -> t3)) => t3
|