The denominator must be present.
|
../Parsing.m2:94:53-94:122: --source code:
Function % Parser := (fun,p) -> new Parser from ( c -> if (p' := p c) =!= null then if c === null then fun p' else fun % p' )
| symbol class value location of symbol
| ------ ----- ----- ------------------
| p : Parser -- ... ../Parsing.m2:94:27-94:28
| fun : FunctionClosure -- ... ../Parsing.m2:94:23-94:26