]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Splice/G13.expected.txt
test: add goldens for TH splices
[haskell/symantic-parser.git] / test / Golden / Splice / G13.expected.txt
1
2 test/Golden/Splice/G13.hs:0:0: error:
3 • Exception when trying to run compile-time code:
4 Map.!: given key is not an element in the map
5 CallStack (from HasCallStack):
6 error, called at libraries/containers/containers/src/Data/Map/Internal.hs:0:0 in containers-0.6.4.1:Data.Map.Internal
7 Code: (P.runParser @Text Grammar.g13)
8 • In the Template Haskell splice $$(P.runParser @Text Grammar.g13)
9 In the expression: $$(P.runParser @Text Grammar.g13)
10 In an equation for ‘splice’:
11 splice = $$(P.runParser @Text Grammar.g13)
12 |
13 6 | splice = $$(P.runParser @Text Grammar.g13)
14 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^