Lambda_lib.Parser
type error =
| Parsing_error of string
val parse : string -> (Ast.expr, error) Stdlib.result