Module Wpo.ResultType

module ResultType: Datatype.Make(sig
type t = VCS.result 
include Datatype.Undefined
val name : string
val reprs : VCS.result list
end)

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