Up
module
Plugin_uuid
:
sig
#
module
Repr :
sig
#
type
t
#
val
create : t:string
->
univ_constr:string
->
t
#
val
t :
t
->
string
#
val
univ_constr :
t
->
string
end
#
type
t
#
val
uuid :
t
->
Core.Std.Uuid.t
#
val
create : repr:
Repr
.
t
->
ml_bundles:
Ml_bundle
.
t
list
->
unit
->
t
#
val
ml_bundles :
t
->
Ml_bundle
.
t
list
#
val
repr :
t
->
Repr
.
t
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
end