Interpret_lib.Parser
type error = [
| `Parse_error of string
]
val parse : string -> (Ast.expr, [> error ]) Stdlib.result