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
Tej Chajed
stdpp
Commits
d9cb4762
Commit
d9cb4762
authored
Jan 18, 2016
by
Robbert Krebbers
Browse files
The tactics setoid_subst x and cofe_subst now also clear x.
parent
42f4c16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/tactics.v
View file @
d9cb4762
...
...
@@ -218,7 +218,7 @@ Ltac setoid_subst_aux R x :=
try
match
H'
with
H
=>
fail
2
end
;
setoid_rewrite
H
in
H'
end
;
clear
H
clear
x
H
end
.
Ltac
setoid_subst
:
=
repeat
match
goal
with
...
...
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