Construct a new UserDomain. Any two instances of an UserDomain are equal if their string descriptors are equal. Contains a function used to check if any value is a member of the domain.
Source:R/domains.R
user_domain.RdRequired features: honest-but-curious
Details
Why honest-but-curious?:
The identifier must uniquely identify this domain. If the identifier is not uniquely identifying, then two different domains with the same identifier will chain, which can violate transformation stability.
In addition, the member function must:
be a pure function
be sound (only return true if its input is a member of the domain).