summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_runIO.stderr
blob: f7a536a95adcc12839db9809334018a740c4204c (plain)
1
2
3
4
5
6
7

TH_runIO.hs:12:9:
    Exception when trying to run compile-time code:
      user error (hi)
      Code: runIO (fail "hi")
    In the expression: $(runIO (fail "hi"))
    In an equation for `foo': foo = $(runIO (fail "hi"))