Module Includemod
val type_declarations : Env.t -> Ident.t -> Types.type_declaration -> Types.type_declaration -> unit
type symptom =
| Type_declarations of Ident.t * Types.type_declaration * Types.type_declaration * Includecore.type_mismatch list
| Modtype_permutation
| Interface_mismatch of string * string
| Class_type_declarations of Ident.t * Types.class_type_declaration * Types.class_type_declaration * Ctype.class_match_failure list
| Class_declarations of Ident.t * Types.class_declaration * Types.class_declaration * Ctype.class_match_failure list
exception Error of error list