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

TH_exn1.hs:1:1: error:
    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 [] })