Sort.MonoMapMonomorphic map from t to Data.t
module Data : Datatype_sig.SHOWtype key = ttype data = Data.tinclude Datatype_sig.PRINTABLE with type t := tinclude Datatype_sig.SHOW with type t := tval pp : Stdlib.Format.formatter -> t -> unitOutput to formatter
val print : ?prefix:string -> t -> unitOutput to stdout.
val show_option : t option -> stringval print_option : ?prefix:string -> t option -> unitval dump : string -> t -> unitDump to file given by filename
val show_list : ?separator:string -> t list -> stringval pp_list : Stdlib.Format.formatter -> t list -> unitval print_list : ?separator:string -> ?prefix:string -> t list -> unitCopy-pasted signature of classic polymorphic map
val empty : tval is_empty : t -> boolval cardinal : t -> intAdditional functions
val show : t -> string