module Make: functor (X : Make_input) -> S with type t = X.t
functor (
X
:
Make_input
) ->
S
with type t = X.t
Generic datatype builder.
include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t
Datatype.t -> Datatype.t
Deep copy: no possible sharing between x and copy x.
x
copy x