Add a comment
This commit is contained in:
parent
e1d1d3ef0c
commit
9d3e175a88
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
type t = string [@@deriving eq, ord, show]
|
||||
|
||||
(** Generate new unique id *)
|
||||
let fresh =
|
||||
let r = ref 0 in
|
||||
fun () ->
|
||||
|
|
Reference in a new issue