module Transfer_logic:sig..end
val process_inactive_behaviors : Cil_types.kinstr ->
Cil_types.kernel_function -> Cil_types.behavior list -> unit
module type S =sig..end
module type LogicDomain =sig..end
module Make:functor (Domain:LogicDomain) ->functor (States:Powerset.Swith type state = Domain.t) ->Swith type state = Domain.t and type states = States.t