summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail107.stderr
blob: 43d0c2d1fd35f612ef61b432407ba2e67a7380e3 (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)