Module Model.Index.ENTRIES

module ENTRIES: Datatype.Make(sig
type t = Model.Index.entries 
include Datatype.Serializable_undefined
val reprs : Model.Index.entries list
val name : string
end)

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