module Transfer_specification:sig..end
module Make:functor (Abstract:Abstractions.S) ->functor (States:Powerset.Swith type state = Abstract.Dom.t) ->functor (Logic:Transfer_logic.Swith type state = Abstract.Dom.t and type states = States.t) ->sig..end