Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
stdpp
Commits
40ca6265
Commit
40ca6265
authored
Jul 05, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename fallthrough (instances) into default.
parent
c02c0693
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/collections.v
theories/collections.v
+1
-1
No files found.
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
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