diff options
| author | letouzey | 2012-10-15 17:10:04 +0000 |
|---|---|---|
| committer | letouzey | 2012-10-15 17:10:04 +0000 |
| commit | e7cb2935f99b0462410bdf4e9fc8e6692ed4f2c9 (patch) | |
| tree | 08973cbc416a500774837f3f16240dda80afe433 /tactics/eqdecide.ml4 | |
| parent | 961c655f62d012c16371643f9c639027b7150820 (diff) | |
Continue killing hidden tactics : no more generated h_xxx
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15891 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/eqdecide.ml4')
| -rw-r--r-- | tactics/eqdecide.ml4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/eqdecide.ml4 b/tactics/eqdecide.ml4 index df85e564eb..6500b0e53a 100644 --- a/tactics/eqdecide.ml4 +++ b/tactics/eqdecide.ml4 @@ -70,7 +70,7 @@ let mkBranches c1 c2 = let solveNoteqBranch side = tclTHEN (choose_noteq side) (tclTHEN introf - (onLastHypId (fun id -> Extratactics.h_discrHyp id))) + (onLastHypId (fun id -> Extratactics.discrHyp id))) (* Constructs the type {c1=c2}+{~c1=c2} *) @@ -106,7 +106,7 @@ let diseqCase eqonleft = (tclTHEN red_in_concl (tclTHEN (intro_using absurd) (tclTHEN (h_simplest_apply (mkVar diseq)) - (tclTHEN (Extratactics.h_injHyp absurd) + (tclTHEN (Extratactics.injHyp absurd) (full_trivial []))))))) let solveArg eqonleft op a1 a2 tac g = |
