diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-10-10 19:10:39 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-10-10 19:10:39 +0000 |
commit | 602b6e5f3e57f6a818e672dc967bde86a684ace2 (patch) | |
tree | f6b926866f90b2f92e4830d2a26b603de0dcc69c | |
parent | 9370bdc7e5e2088c3146f49705987cc253dcf590 (diff) |
Typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4581 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | tactics/tactics.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 5a8ce2242..98e36520a 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -319,7 +319,7 @@ let rec intros_using = function let intros = tclREPEAT (intro_force false) -let intro_erasing id = tclTHEN (thin [id]) (intro_using id gl) +let intro_erasing id = tclTHEN (thin [id]) (intro_using id) let intros_replacing ids gls = let rec introrec = function |