Skip to content
Snippets Groups Projects
Commit f83ae863 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Fix typo that I forgot to git commit --amend.

parent dd0444b8
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ Global Arguments into_exist {_} _ _ {_}.
Class IntoExceptLast (P Q : uPred M) := into_except_last : P Q.
Global Arguments into_except_last : clear implicits.
Class IsExpectLast (Q : uPred M) := is_except_last : Q Q.
Class IsExceptLast (Q : uPred M) := is_except_last : Q Q.
Global Arguments is_except_last : clear implicits.
Class FromVs (P Q : uPred M) := from_vs : (|=r=> Q) P.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment