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

Merge branch 'ralf/monpred-scope' into 'master'

fix monPred scope binding

See merge request iris/iris!638
parents d8ec293d aff8e8a3
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,7 @@ Record monPred := ...@@ -27,8 +27,7 @@ Record monPred :=
monPred_mono : Proper (() ==> ()) monPred_at }. monPred_mono : Proper (() ==> ()) monPred_at }.
Local Existing Instance monPred_mono. Local Existing Instance monPred_mono.
Declare Scope monPred. Bind Scope bi_scope with monPred.
Bind Scope monPred with bi.
Implicit Types P Q : monPred. Implicit Types P Q : monPred.
......
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