summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail/arrowfail001.stderr
blob: 6dc2cb76c4a192830fa50d1be47a4dc9f863a2d6 (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 }