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