summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9858b.stderr
blob: 2c3efc73c6abbb914ebb4cb6d31d67fe8748714c (plain)
1
2
3
4
5
6
7
8

T9858b.hs:7:8: error: [GHC-39999]
    • No instance for ‘Typeable (Eq Int => Int)’
        arising from a use of ‘typeRep’
        (maybe you haven't applied a function to enough arguments?)
    • In the expression: typeRep (Proxy :: Proxy (Eq Int => Int))
      In an equation for ‘test’:
          test = typeRep (Proxy :: Proxy (Eq Int => Int))