module Transfer_specification:sig..end
module Make:functor (Value:Abstract_value.External) ->functor (Location:Abstract_location.External) ->functor (Domain:Abstract_domain.Externalwith type value = Value.t and type location = Location.location) ->functor (States:Powerset.Swith type state = Domain.t) ->functor (Logic:Transfer_logic.Swith type state = Domain.t and type states = States.t) ->sig..end