Module SlicingTypes.Sl_fct_slice

module Sl_fct_slice: Datatype.Make(sig
include Datatype.Undefined
type t = SlicingInternals.fct_slice 
val name : string
val reprs : SlicingInternals.fct_slice list
val internal_pretty_code : Type.precedence -> Format.formatter -> SlicingInternals.fct_slice -> unit
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.