Skip to content
Snippets Groups Projects
Commit ecd4e746 authored by Jan-Oliver Kaiser's avatar Jan-Oliver Kaiser
Browse files

Enable `Typeclasses Strict Resolution` for dervied_connectives.v

parent 5bb93f57
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ Global Arguments bi_wand_iff {_} _%I _%I : simpl never. ...@@ -13,6 +13,8 @@ Global Arguments bi_wand_iff {_} _%I _%I : simpl never.
Global Instance: Params (@bi_wand_iff) 1 := {}. Global Instance: Params (@bi_wand_iff) 1 := {}.
Infix "∗-∗" := bi_wand_iff : bi_scope. Infix "∗-∗" := bi_wand_iff : bi_scope.
#[local] Set Typeclasses Strict Resolution.
Class Persistent {PROP : bi} (P : PROP) := persistent : P <pers> P. Class Persistent {PROP : bi} (P : PROP) := persistent : P <pers> P.
Global Arguments Persistent {_} _%I : simpl never. Global Arguments Persistent {_} _%I : simpl never.
Global Arguments persistent {_} _%I {_}. Global Arguments persistent {_} _%I {_}.
......
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