module Make_Datatype: functor (Domain : Datatype.S) -> Datatype.S with type t = Domain.t or_bottom
functor (
Domain
:
Datatype.S
) ->
with type t = Domain.t or_bottom
Datatype constructor.
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