Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Swasey
coq-stdpp
Commits
03966a39
Commit
03966a39
authored
Jan 10, 2018
by
Robbert Krebbers
Browse files
`reflexivity` hint for `_ ⊑ _`.
As we have for all classes for binary relations.
parent
11b9fbe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base.v
View file @
03966a39
...
...
@@ -1138,6 +1138,8 @@ Notation "( x ⊑)" := (sqsubseteq x) (only parsing) : stdpp_scope.
Notation
"(⊑ y )"
:
=
(
λ
x
,
sqsubseteq
x
y
)
(
only
parsing
)
:
stdpp_scope
.
Instance
sqsubseteq_rewrite
`
{
SqSubsetEq
A
}
:
RewriteRelation
(
⊑
).
Hint
Extern
0
(
_
⊑
_
)
=>
reflexivity
.
Class
Meet
A
:
=
meet
:
A
→
A
→
A
.
Hint
Mode
Meet
!
:
typeclass_instances
.
Instance
:
Params
(@
meet
)
2
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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