Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
stdpp
Commits
9a5be071
Commit
9a5be071
authored
Dec 04, 2017
by
Jacques-Henri Jourdan
Browse files
sqsubseteq is a RewriteRelation.
parent
fd3ed134
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base.v
View file @
9a5be071
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment