Topped_set.Liftinclude Datatype_sig.PRINTABLE with type t := tinclude Datatype_sig.SHOW with type t := tval show : t -> stringString representation of type t
val 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 -> unitConstructors
val top : tval empty : tval is_concrete : t -> boolConvertors
val cardinal : t -> intval cardinal_opt : t -> int optionBinary operations
Predicates
val is_empty : t -> boolval cardinal_geq : int -> t -> bool