summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail201.stderr
blob: 77349e29f481e84666e51a5b2d15b4d760e0ae49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

tcfail201.hs:17:56: error:
    • Couldn't match type ‘a’ with ‘HsDoc id0’
      ‘a’ is a rigid type variable bound by
        the type signature for:
          gfoldl' :: forall (c :: * -> *) a.
                     (forall a1 b. c (a1 -> b) -> a1 -> c b)
                     -> (forall g. g -> c g) -> a -> c a
        at tcfail201.hs:15:1-85
      Expected type: c a
        Actual type: c (HsDoc id0)
    • In the expression: z DocEmpty
      In a case alternative: DocEmpty -> z DocEmpty
      In the expression: case hsDoc of { DocEmpty -> z DocEmpty }
    • Relevant bindings include
        hsDoc :: a (bound at tcfail201.hs:16:13)
        gfoldl' :: (forall a1 b. c (a1 -> b) -> a1 -> c b)
                   -> (forall g. g -> c g) -> a -> c a
          (bound at tcfail201.hs:16:1)