.TH "Identifiable.Thing" 3o 2023-09-20 OCamldoc "OCaml library" .SH NAME Identifiable.Thing \- no description .SH Module type Module type Identifiable.Thing .SH Documentation .sp Module type .BI "Thing" = .B sig end .sp .sp .sp .sp .I type t .sp .sp .I include Hashtbl.HashedType .sp .sp .I include Map.OrderedType .sp .sp .I val output : .B out_channel -> t -> unit .sp .sp .I val print : .B Format.formatter -> t -> unit .sp .sp