diff options
| author | letouzey | 2012-10-06 10:08:46 +0000 |
|---|---|---|
| committer | letouzey | 2012-10-06 10:08:46 +0000 |
| commit | 3ab6c3a21f569ec684737e45200aa1b32f009214 (patch) | |
| tree | 200490ec4a1d4261a2f5afa5fdf32f81cff6e562 /tactics/tacinterp.ml | |
| parent | e1bdb515ee2f701bfc56f1bcf4a8e404f759a38a (diff) | |
cosmetic concerning interp of TacShowHyps
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15873 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.ml')
| -rw-r--r-- | tactics/tacinterp.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 35da9ee98a..07b1e437da 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -826,7 +826,8 @@ and intern_tactic_seq onlytac ist = function | TacId l -> ist.ltacvars, TacId (intern_message ist l) | TacFail (n,l) -> ist.ltacvars, TacFail (intern_or_var ist n,intern_message ist l) - | TacProgress tac -> ist.ltacvars, TacProgress (intern_pure_tactic ist tac) | TacShowHyps tac -> ist.ltacvars, TacShowHyps (intern_pure_tactic ist tac) + | TacProgress tac -> ist.ltacvars, TacProgress (intern_pure_tactic ist tac) + | TacShowHyps tac -> ist.ltacvars, TacShowHyps (intern_pure_tactic ist tac) | TacAbstract (tac,s) -> ist.ltacvars, TacAbstract (intern_pure_tactic ist tac,s) | TacThen (t1,[||],t2,[||]) -> |
