summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11452.stderr
blob: f59fcbd7d29f787341f1783b18e71495419ae9c8 (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 ‘t0’
      with a type involving foralls: forall a. a -> a
        GHC doesn't yet support impredicative polymorphism
    • In the Template Haskell quotation [|| \ _ -> () ||]
      In the expression: [|| \ _ -> () ||]
      In the Template Haskell splice $$([|| \ _ -> () ||])