module Arith_util:sig..end
type result =
| |
Exp of |
| |
ParseError of |
val parse : string -> resultval parse_exp_from_file : string -> resultval print_exp : Arith_syntax.exp -> unitval string_of_exp : Arith_syntax.exp -> string