Expand description
A parser for lambda expressions
Re-exports§
pub use crate::term::Notation::*;
Enums§
- Parse
Error - An error returned by
parse()when a parsing issue is encountered.
Functions§
- parse
- Attempts to parse the input
&stras a lambdaTermencoded in the givenNotation. - parse_
with_ context - Attempts to parse the input
&strusing a provided context of free variables.