Uuid.t is used by basetype and annotate.
type tof_string s returns a Uuid.t wrapping s.
There are currently no requirements of the format of s although it is common to
use string in `uuid' format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
There is also no attempt to detect & reject duplicates
val of_string : string ‑> tof_string s returns a Uuid.t wrapping s.
There are currently no requirements of the format of s although it is common to
use string in `uuid' format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
There is also no attempt to detect & reject duplicates