summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10603.stderr
blob: 3de6cb057b3b66001e7aed2a151742b25a347d5d (plain)
1
2
3
4
T10603.hs:5:17-69: Splicing expression
    [| case Just 'a' of { Just a -> Just ((\ x -> x) a) } |]
  ======>
    case Just 'a' of { Just a -> Just ((\ x -> x) a) }