summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail186.stderr
blob: 3f4504b8101f39b7ad68fed277937e5f2eda48aa (plain)
1
2
3
4
5
6
7

tcfail186.hs:7:9:
    Couldn't match expected type `PhantomSyn a0'
                with actual type `[Char]'
    In the first argument of `f', namely `"hoo"'
    In the expression: f "hoo"
    In an equation for `foo': foo = f "hoo"