summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail107.stderr
blob: eae3610c1d566cd2053111241c23392fe503502f (plain)
1
2
3
4
5

tcfail107.hs:13:1:
    Type synonym `Const' should have 2 arguments, but has been given 1
    In the type signature for `test':
      test :: Thing (Const Int) -> Thing (Const Int)