Module type Datatype.S

module type S = sig .. end
All values associated to a datatype.

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t
Deep copy: no possible sharing between x and copy x.