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
George Pirlea
Iris
Commits
36c5a842
Commit
36c5a842
authored
Nov 23, 2016
by
Robbert Krebbers
Browse files
Fix typo.
parent
f24fd7c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/tactics.v
View file @
36c5a842
...
...
@@ -357,7 +357,7 @@ Tactic Notation "iter" tactic(tac) tactic(l) :=
let
rec
go
l
:
=
match
l
with
?x
::
?l
=>
tac
x
||
go
l
end
in
go
l
.
(** Given H :
[
A_1 → ... → A_n → B] (where each [A_i] is non-dependent), the
(** Given
[
H : A_1 → ... → A_n → B] (where each [A_i] is non-dependent), the
tactic [feed tac H tac_by] creates a subgoal for each [A_i] and calls [tac p]
with the generated proof [p] of [B]. *)
Tactic
Notation
"feed"
tactic
(
tac
)
constr
(
H
)
:
=
...
...
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