module Partitioned_dataflow:sig..end
val signal_abort : unit -> unitmodule Computer:functor (Domain:Abstract_domain.External) ->functor (States:Powerset.Swith type state = Domain.t) ->functor (Transfer:Transfer_stmt.Swith type state = Domain.t and type value = Domain.value) ->functor (Init:Initialization.Swith type state := Domain.state) ->functor (Logic:Transfer_logic.Swith type state = Domain.t and type states = States.t) ->functor (Spec:sigval treat_statement_assigns :Cil_types.assigns -> Domain.t -> Domain.tend) ->sig..end