[up] [log] [?]
[first]  [entry] [exit]  [last]

(meg/match ~(cms (constant (:alice :bob :carol)) "<function identity>")
           "ab")

captures and tags
captures: @[(:alice :bob :carol)]

current frame
status: exiting frame 1 with value: 0
peg: (constant (:alice :bob :carol))
text: ab
index: 0
matched: 

frames call stack
1 (constant (:alice :bob :carol))
0 (cms (constant (:alice :bob :carol)) "<function identity>")