aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/map_with_nothing_in_alternation
blob: 498de9e030f0775a79de0d8200046b3b80945a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[1 2 .] 3 : 4

# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 1-2) ‘1’)
#     (string (@ 1 8-9) ‘3’)
#   )
#   (.result
#     (string (@ 1 12-13) ‘4’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 3-4) ‘2’)
#     (string (@ 1 8-9) ‘3’)
#   )
#   (.result
#     (string (@ 1 12-13) ‘4’)
#   )
# )
# (map (@ 1 0-0)
#   (.sequence
#     (string (@ 1 8-9) ‘3’)
#   )
#   (.result
#     (string (@ 1 12-13) ‘4’)
#   )
# )