type error = | Parsing_error of string
val parse : string -> (Ast.name Ast.t, error) Stdlib.resulttype dispatch = {apps : dispatch -> Ast.name Ast.t Angstrom.t;single : dispatch -> Ast.name Ast.t Angstrom.t;unary : dispatch -> Ast.name Ast.t Angstrom.t;mul_div : dispatch -> Ast.name Ast.t Angstrom.t;add_sub : dispatch -> Ast.name Ast.t Angstrom.t;comp : dispatch -> string Ast.t Angstrom.t;
}