Skip to content
Snippets Groups Projects
Commit 9a5be071 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

sqsubseteq is a RewriteRelation.

parent fd3ed134
No related branches found
No related tags found
No related merge requests found
......@@ -1125,6 +1125,7 @@ Infix "⊑" := sqsubseteq (at level 70) : stdpp_scope.
Notation "(⊑)" := sqsubseteq (only parsing) : stdpp_scope.
Notation "( x ⊑)" := (sqsubseteq x) (only parsing) : stdpp_scope.
Notation "(⊑ y )" := (λ x, sqsubseteq x y) (only parsing) : stdpp_scope.
Instance sqsubseteq_rewrite `{SqSubsetEq A} : RewriteRelation ().
Class Meet A := meet: A A A.
Hint Mode Meet ! : typeclass_instances.
......
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