Module ACSL.Register.D


module D: Datatype.Make(sig
include Datatype.Undefined
type t = ACSL.Register.value 
val name : string
val reprs : ACSL.Register.value list
end)

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