mte/unikernel/duniverse/ocaml-re/lib/pmark.mli

14 lines
225 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
type t = private int
val equal : t -> t -> bool
val compare : t -> t -> int
val gen : unit -> t
val pp : t Fmt.t
val to_dyn : t -> Dyn.t
module Set : sig
include Set.S with type elt = t
val to_list : t -> elt list
end