summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail/arrowfail001.stderr
blob: 5c448c7a162b1ed0ddee486d2d396f48da2f3f71 (plain)
1
2
3
4
5
6
7

arrowfail001.hs:16:36:
    No instance for (Foo a) arising from a use of ‘foo’
    In the expression: foo
    In the expression: proc x -> case x of { Bar a -> foo -< a }
    In an equation for ‘get’:
        get = proc x -> case x of { Bar a -> foo -< a }