summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11452.stderr
blob: e4f1cc604d657d39dccfd7c27aadd8ebc1b52702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

T11452.hs:6:14: error:
    • Illegal polytype: (forall a. a -> a) -> ()
      The type of a Typed Template Haskell expression must not have any quantification.
    • In the Template Haskell splice $$([|| \ _ -> () ||])
      In the expression: $$([|| \ _ -> () ||])
      In an equation for ‘impred’: impred = $$([|| \ _ -> () ||])

T11452.hs:6:14: error:
    • Cannot instantiate unification variable ‘p0’
      with a type involving polytypes: forall a. a -> a
        GHC doesn't yet support impredicative polymorphism
    • In the Template Haskell quotation [|| \ _ -> () ||]
      In the expression: [|| \ _ -> () ||]
      In the Template Haskell splice $$([|| \ _ -> () ||])