]> Git — Sourcephile - haskell/symantic-parser.git/blob - test/Golden/Machine/G23.expected.txt
bug: a ref outside its def must be supported
[haskell/symantic-parser.git] / test / Golden / Machine / G23.expected.txt
1 pushValue (\u1 -> (\u2 -> u1 Term))
2 name_983:
3 | catchException "fail"
4 | <try>
5 | | pushValue (\u1 -> (\u2 -> (\u3 -> 'a' : u2 u3)))
6 | | read ('a' ==)
7 | | lift2Value (\u1 -> (\u2 -> u1 u2))
8 | | call name_983
9 | | lift2Value (\u1 -> (\u2 -> u1 u2))
10 | | popException "fail"
11 | | ret
12 | <handler>
13 | pushInput
14 | lift2Value Term
15 | choicesBranch [(\u1 -> u1)]
16 | <branch>
17 | | pushValue (\u1 -> u1)
18 | | ret
19 | <default>
20 | raiseException "fail"
21 call name_983
22 lift2Value (\u1 -> (\u2 -> u1 u2))
23 read ('b' ==)
24 lift2Value (\u1 -> (\u2 -> u1 u2))
25 ret