diff options
| author | msozeau | 2010-01-30 15:26:23 +0000 |
|---|---|---|
| committer | msozeau | 2010-01-30 15:26:23 +0000 |
| commit | 3ef3e0d145c2765c17e0f10b9c0d896c09365662 (patch) | |
| tree | ec4a22c0a294cec0ccf711687b6910045e139707 /theories/Program | |
| parent | 5c97a67f3227f718a2247c9476029548c4ee8e28 (diff) | |
Update CHANGES, add documentation for new commands/tactics and do a bit
of cleanup in tactics/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12705 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Program')
| -rw-r--r-- | theories/Program/Equality.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Program/Equality.v b/theories/Program/Equality.v index c9ec29d2b0..79c9bec532 100644 --- a/theories/Program/Equality.v +++ b/theories/Program/Equality.v @@ -221,7 +221,7 @@ Ltac simplify_eqs := Ltac simplify_IH_hyps := repeat match goal with - | [ hyp : _ |- _ ] => specialize_hypothesis hyp + | [ hyp : _ |- _ ] => specialize_eqs hyp end. (** We split substitution tactics in the two directions depending on which |
