summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5358.stderr
blob: 4bfc53a78ef7ff2922ac3ac78a04340f116b6429 (plain)
1
2
3
4
5
6
7
8
9
10
11

T5358.hs:14:12: error:
    • Exception when trying to run compile-time code:
        runTest called error: forall (t_0 :: *) . t_0 -> GHC.Types.Bool
CallStack (from HasCallStack):
  error, called at T5358.hs:15:18 in main:T5358
      Code: do VarI _ t _ <- reify (mkName "prop_x1")
               error $ ("runTest called error: " ++ pprint t)
    • In the untyped splice:
        $(do VarI _ t _ <- reify (mkName "prop_x1")
             error $ ("runTest called error: " ++ pprint t))