Skip to content
Snippets Groups Projects
Commit aff8e8a3 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix monPred scope binding

parent d4c1face
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