3 lines
66 B
OCaml
3 lines
66 B
OCaml
type t = string [@@deriving eq, ord, show]
|
|
|
|
val fresh : unit -> t
|
type t = string [@@deriving eq, ord, show]
|
|
|
|
val fresh : unit -> t
|