aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index 8c8861fd99..d96c8f98a2 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -1775,7 +1775,7 @@ and interp_atomic ist tac : unit Proofview.tactic =
(TacIntroPattern l)
(* spiwack: print uninterpreted, not sure if it is the
expected behaviour. *)
- (Tactics.intros_patterns l')) sigma
+ (Tactics.intro_patterns l')) sigma
end }
| TacIntroMove (ido,hto) ->
Proofview.Goal.enter { enter = begin fun gl ->