summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/SCLoop.stderr
blob: 277b84a7b943791eee334b78a0c361c2331b8ce3 (plain)
1
2
3
4
5
6
7

SCLoop.hs:22:7:
    No instance for (SC ())
      arising from a use of `op'
    Possible fix: add an instance declaration for (SC ())
    In the expression: op () ([Just True])
    In an equation for `foo': foo = op () ([Just True])