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

tcfail107.hs:13:9:
    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)