module Value_product: sig .. end
sig
end
module Make: functor (Left : Abstract_value.Internal) -> functor (Right : Abstract_value.Internal) -> Abstract_value.Internal with type t = Left.t * Right.t
functor (
Left
:
Abstract_value.Internal
) ->
Right
with type t = Left.t * Right.t