module Unique_id: sig .. end
sig
end
module Int: functor (Z : Std_internal.Unit) -> Unique_id_intf.Id with type t = private int
functor (
Z
:
Std_internal.Unit
) ->
Unique_id_intf.Id
with type t = private int
module Int63: functor (Z : Std_internal.Unit) -> Unique_id_intf.Id with type t = private Core_int63.t
with type t = private Core_int63.t