module Typed_util:sig
..end
type
result =
| |
Exp of |
| |
ParseError of |
val parse : string -> result
val parse_from_file : string -> result
val print_exp : Typed_syntax.exp -> unit
val string_of_exp : Typed_syntax.exp -> string
val string_of_typ : Typed_syntax.typ -> string
val print_typ : Typed_syntax.typ -> unit