aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-10-30 17:55:02 +0100
committerPierre-Marie Pédrot2017-10-30 17:55:02 +0100
commit2890c90d0d5900db4c47398e1f809f3c759e07e0 (patch)
tree88b2d0fda31e9c13c158df942e316e7b4129587c /src
parenta997ee7d78d90740b15b58502a1dc5e587b43ee3 (diff)
Fix the semantics of introducing with empty intro patterns.
Diffstat (limited to 'src')
-rw-r--r--src/tac2tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2tactics.ml b/src/tac2tactics.ml
index 5a5b259ee7..f7ad057e86 100644
--- a/src/tac2tactics.ml
+++ b/src/tac2tactics.ml
@@ -88,7 +88,7 @@ let mk_clause cl = {
let intros_patterns ev ipat =
let ipat = mk_intro_patterns ipat in
- Tactics.intro_patterns ev ipat
+ Tactics.intros_patterns ev ipat
let apply adv ev cb cl =
let map c =