compiler-libs.common
Btype.TypePairs
compiler-libs.bytecomp
compiler-libs.optcomp
compiler-libs.toplevel
dynlink
runtime_events
stdlib
str
threads
unix
type t
val create : int -> t
val clear : t -> unit
val add : t -> (Types.type_expr * Types.type_expr) -> unit
val mem : t -> (Types.type_expr * Types.type_expr) -> bool
val iter : ((Types.type_expr * Types.type_expr) -> unit) -> t -> unit