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

(meg/match ~(cms (constant (:alice :bob :carol)) "<function identity>")
           "ab")
# =>
@[:alice :bob :carol]

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

current frame
status: exiting frame 0 with value: 0
peg: (cms (constant (:alice :bob :carol)) "<function identity>")
text: ab
index: 0
matched: 

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