Changeset 62 in code for trunk/lib/id.ml
- Timestamp:
- Apr 1, 2024, 2:38:02 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/id.ml
r39 r62 1 1 let random_state = Random.State.make_self_init 2 3 (*module UUID = struct*)4 (*type t = Uuidm.t*)5 (*let compare = Uuidm.compare*)6 (*let to_string = Uuidm.to_string*)7 (*let of_string = Uuidm.of_string*)8 (*let to_bytes = Uuidm.to_bytes*)9 (*let of_bytes = Uuidm.of_bytes*)10 (*let generate ?(random_state=random_state ()) = Uuidm.v4_gen random_state*)11 (*let nil = Uuidm.nil*)12 (*end*)13 2 14 3 type t = string
Note:
See TracChangeset
for help on using the changeset viewer.