We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already kind of have ordered sets because of definitions like https://github.com/dafny-lang/libraries/blob/master/src/Collections/Sequences/Seq.dfy#L182. In both cases it would be very nice to provide subset types for these concepts.
The text was updated successfully, but these errors were encountered:
Can you specify what you mean by an ordered map? Are you saying both domain and codomain have a partial order, and if x <= y, then m[x] <= m[y]?
x <= y
m[x] <= m[y]
Sorry, something went wrong.
No branches or pull requests
We already kind of have ordered sets because of definitions like https://github.com/dafny-lang/libraries/blob/master/src/Collections/Sequences/Seq.dfy#L182. In both cases it would be very nice to provide subset types for these concepts.
The text was updated successfully, but these errors were encountered: