Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type key = Identifier.t
type value = Type.t * Expression.t option
exception Initial_value_mismatch of key * Expression.t * Expression.t
val empty : t
val rename : (Identifier.t -> Identifier.t) -> t -> t
val string_of : t -> string
val to_channel : Pervasives.out_channel -> t -> unit