Functor Cil_computation.StmtSetRef


module StmtSetRef: 
functor (Info : Signature.NAME_DPDS) -> Computation.SET_REF_OUTPUT with type elt = Cil_types.stmt
Parameters:
Info : Signature.NAME_DPDS

include Project.Computation.OUTPUT
type elt 
val add : elt -> unit
val mem : elt -> bool
val is_empty : unit -> bool
val fold : (elt -> 'a -> 'a) -> 'a -> 'a
val iter : (elt -> unit) -> unit