Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Spies
stdpp
Commits
1b35575d
Commit
1b35575d
authored
Jan 14, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix setoid_subst.
parent
1a943f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/tactics.v
theories/tactics.v
+2
-2
No files found.
theories/tactics.v
View file @
1b35575d
...
...
@@ -223,8 +223,8 @@ Ltac setoid_subst_aux R x :=
Ltac
setoid_subst
:
=
repeat
match
goal
with
|
_
=>
progress
simplify_equality'
|
H
:
@
equiv
_
?e
?x
_
|-
_
=>
setoid_subst_aux
(@
equiv
_
e
)
x
|
H
:
@
equiv
_
?e
_
?x
|-
_
=>
symmetry
in
H
;
setoid_subst_aux
(@
equiv
_
e
)
x
|
H
:
@
equiv
?A
?e
?x
_
|-
_
=>
setoid_subst_aux
(@
equiv
A
e
)
x
|
H
:
@
equiv
?A
?e
_
?x
|-
_
=>
symmetry
in
H
;
setoid_subst_aux
(@
equiv
A
e
)
x
end
.
(** Given a tactic [tac2] generating a list of terms, [iter tac1 tac2]
...
...
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