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
Tej Chajed
stdpp
Commits
40ca6265
Commit
40ca6265
authored
Jul 05, 2016
by
Robbert Krebbers
Browse files
Rename fallthrough (instances) into default.
parent
c02c0693
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/collections.v
View file @
40ca6265
...
...
@@ -140,7 +140,7 @@ Hint Mode SetUnfold + - : typeclass_instances.
Class
SetUnfoldSimpl
(
P
Q
:
Prop
)
:
=
{
set_unfold_simpl
:
SetUnfold
P
Q
}.
Hint
Extern
0
(
SetUnfoldSimpl
_
_
)
=>
csimpl
;
constructor
:
typeclass_instances
.
Instance
set_unfold_fa
l
lt
hrough
P
:
SetUnfold
P
P
|
1000
.
done
.
Qed
.
Instance
set_unfold_
de
fa
u
lt
P
:
SetUnfold
P
P
|
1000
.
done
.
Qed
.
Definition
set_unfold_1
`
{
SetUnfold
P
Q
}
:
P
→
Q
:
=
proj1
(
set_unfold
P
Q
).
Definition
set_unfold_2
`
{
SetUnfold
P
Q
}
:
Q
→
P
:
=
proj2
(
set_unfold
P
Q
).
...
...
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