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

T11452.hs:6:12: 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 $$([|| \ _ -> () ||])