Module Lambda_lib.Parser

type error =
  1. | Parsing_error of string
val pp_error : Stdlib.Format.formatter -> error -> unit
val parse : string -> (Ast.name Ast.t, error) Stdlib.result

Main entry of parser