Module SlicingTypes.Sl_select

module Sl_select: Datatype.Make(sig
include Datatype.Undefined
type t = SlicingTypes.sl_select 
val reprs : (Cil_datatype.Varinfo.t * SlicingInternals.fct_user_crit) list
val name : string
val varname : 'a -> string
val mem_project : (Project_skeleton.t -> bool) -> 'a -> bool
end)

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t

Deep copy: no possible sharing between x and copy x.