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
Marianna Rapoport
iris-coq
Commits
fb1712dd
Commit
fb1712dd
authored
Dec 26, 2016
by
Jacques-Henri Jourdan
Browse files
Make f_contractive more robust.
parent
d237e729
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
fb1712dd
...
...
@@ -179,7 +179,8 @@ Ltac f_contractive :=
|
|-
?f
_
_
≡
{
_
}
≡
?f
_
_
=>
apply
(
_
:
Proper
(
_
==>
dist_later
_
==>
_
)
f
)
end
;
try
match
goal
with
|
|-
dist_later
?n
?x
?y
=>
destruct
n
as
[|
n
]
;
[
done
|
change
(
x
≡
{
n
}
≡
y
)]
|
|-
@
dist_later
?A
?n
?x
?y
=>
destruct
n
as
[|
n
]
;
[
done
|
change
(@
dist
A
_
n
x
y
)]
end
;
try
reflexivity
.
...
...
Write
Preview
Supports
Markdown
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