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

Fix typo in scopes for notations of triples.

parent 254989a5
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ Definition ht {Σ} (E : coPset) (P : iProp Σ)
Instance: Params (@ht) 2.
Notation "{{ P } } e @ E {{ Q } }" := (ht E P e Q)
(at level 74, format "{{ P } } e @ E {{ Q } }") : C_scope.
(at level 74, format "{{ P } } e @ E {{ Q } }") : uPred_scope.
Notation "{{ P } } e @ E {{ Q } }" := (True ht E P e Q)
(at level 74, format "{{ P } } e @ E {{ Q } }") : type_scope.
(at level 74, format "{{ P } } e @ E {{ Q } }") : C_scope.
Section hoare.
Context {Σ : iParam}.
......
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