module Lscope:sig
..end
typet =
Analyses_types.lscope
module D:Datatype.S
with type t = lscope
val empty : t
val add : Analyses_types.lscope_var -> t -> t
val remove : Analyses_types.lscope_var -> t -> t
lscope_var
has been removed
if it was present. Use physical equality to check if the lscope_var
is
present.val get_all : t -> Analyses_types.lscope_var list
val is_used : t -> Analyses_types.pred_or_term -> bool