Module Interpret_lib.Parser

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