module Cvalue_transfer:sig
..end
typevalue =
Main_values.CVal.t
typelocation =
Main_locations.PLoc.location
module Transfer:functor (
Valuation
:
Abstract_domain.Valuation
with type value = value and type origin = value option and type loc = location
) ->
sig
..end