module Nodes:Computation.SetRef
(
sig
include NodeKf.Datatype
val compare :PdgTypes.Node.t * Kernel_function.t ->
PdgTypes.Node.t * Kernel_function.t -> intend
)
(
sig
val name :string
val dependencies :Project.Computation.t list
end
)
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