i1 : p = terminalParser x o1 = p o1 : Parser |
i2 : p "a" |
i3 : p null o3 = x o3 : Symbol |
/usr/share/Macaulay2/Parsing.m2:59:22-59:66: --source code: terminalParser = val -> new Parser from (c -> if c === null then val)
The object terminalParser is a function closure.