blob: 6d7499a3da3a628707e938d1cb13faaa622fcfcc (
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"))
|