summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T7558.stderr
blob: 29d7fa65a3cb03ebd11396e33d02141ec506f0d7 (plain)
1
2
3
4
5
6
7
8
9
10

T7558.hs:8:18: error:
    • Occurs check: cannot construct the infinite type: a ~ Maybe a
    • In the expression: y
      In the first argument of ‘seq’, namely ‘[x, y]’
      In the expression: [x, y] `seq` True
    • Relevant bindings include
        y :: Maybe a (bound at T7558.hs:8:10)
        x :: a (bound at T7558.hs:8:8)
        f :: T a a -> Bool (bound at T7558.hs:8:1)