Module WTypes.Id


module Id: sig .. end


Identifiers

type 'a t = private Int64.t 
Identifiers use phantom types to ensure safety
val cast : Int64.t -> 'a t
val of_string : string -> 'a t
val to_string : 'a t -> string