Functor Abstract_interp.Make_Pair


module Make_Pair: 
functor (V : Value) ->
functor (W : Value) -> Datatype.S with type t = V.t * W.t
Parameters:
V : Value
W : Value

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