Module lambda_calculus::parser

source ·
Expand description

A parser for lambda expressions

Re-exports

Enums

  • An error returned by parse() when a parsing issue is encountered.

Functions

  • Attempts to parse the input &str as a lambda Term encoded in the given Notation.