lazy
Takes a function that just returns a parser (a thunk). This defers the evaluation of the given parser. Useful for writing recursive parsers.
Available since: v1.0.0-alpha.3
Type declaration
Example
In this example we are going to define a parser
before it’s declaration.
The result
of the parser above will be: