module type TYPECHECKER = sig .. end
sig
end
exception Type_error of string
string
val type_check : Typed_syntax.exp -> Typed_syntax.typ
Typed_syntax.exp -> Typed_syntax.typ