1
0
Fork 0

Add a comment

This commit is contained in:
Mylloon 2024-03-28 17:17:47 +01:00
parent e1d1d3ef0c
commit 9d3e175a88
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,5 +1,6 @@
type t = string [@@deriving eq, ord, show]
(** Generate new unique id *)
let fresh =
let r = ref 0 in
fun () ->