Skip to content
New issue

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

Comment on specialized identity #310

Merged
merged 1 commit into from
Aug 6, 2019
Merged

Conversation

seanmcl
Copy link
Collaborator

@seanmcl seanmcl commented Jul 10, 2019

No description provided.

@@ -1190,7 +1194,7 @@ axiom (forall<U, V> a: [U] bool, b:[U]V, t:Ty ::
function Map#Build<U, V>(Map U V, U, V): Map U V;
/*axiom (forall<U, V> m: Map U V, u: U, v: V ::
{ Map#Domain(Map#Build(m, u, v))[u] } { Map#Elements(Map#Build(m, u, v))[u] }
Map#Domain(Map#Build(m, u, v))[u] && Map#Elements(Map#Build(m, u, v))[u] == v);*/
Map#Domain(Map#Build(m, u, v))[u] && Map#Elements(Map#Build(m, u, v))[u] == v);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again, is this removal of end-of-comment intended?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes good catch. I just ran emacs delete-trailing-whitespace. Need to see what happened there.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ug, boogie-mode is broken. Pushing fix.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, fixed. That was broken in lots of ways. I forgot to point the parent to the whitespace change as well, so that whitespace stuff (also fixed) shouldn't have shown up anyway. Sorry for the noise!

@seanmcl seanmcl changed the title Sm/comment Comment on specialized identity Jul 10, 2019
@RustanLeino RustanLeino merged commit a236c02 into dafny-lang:master Aug 6, 2019
@seanmcl seanmcl deleted the sm/comment branch October 23, 2019 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants