Module SlicingTypes.Fct_user_crit

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

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t
Deep copy: no possible sharing between x and copy x.