Module Lambda_lib.Parser

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