summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_exn1.stderr
blob: 63548613d8562204211c189bec810165c357bc30 (plain)
1
2
3
4
5
6

TH_exn1.hs:1:1:
    Exception when trying to run compile-time code:
      TH_exn1.hs:(9,4)-(10,23): Non-exhaustive patterns in case

    Code: case reverse "no" of { [] -> return [] }