Pp.Ty_reprPretty-print typed representations of OCaml values.
type repr := tmodule type REPRABLE = sig ... endmodule type REPRABLE1 = sig ... endval ignore : _ -> tThis never prints its argument.
val int : int -> tval string : string -> tval float : float -> tval variant0 : string -> tval polyvar0 : string -> tval abstract0 : string -> tval pp : Stdlib.Format.formatter -> t -> unitmodule type ORDERED_REPR = sig ... endmodule String : sig ... endmodule Int : sig ... endmodule Set
(M : ORDERED_REPR) :
REPRABLE with type t = Stdlib.Set.Make(M.Impl).tmodule Map
(M : ORDERED_REPR) :
REPRABLE1 with type 'a t = 'a Stdlib.Map.Make(M.Impl).t