Module PdgTypes.Data_state

module Data_state: Datatype.Make(sig
include Datatype.Serializable_undefined
type t = PdgTypes.data_state 
val name : string
val reprs : PdgTypes.data_state list
val rehash : 'a -> 'a
val structural_descr : Structural_descr.t
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.