Functor Kernel_datatype.Before_after


module Before_after: 
functor (A : Datatype.S) -> Datatype.S with type t = A.t before_after
Parameters:
A : Datatype.S

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