diff options
| -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 5a8ce22424..98e36520a8 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 |
