aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacinterp.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-06-06 15:21:37 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-06-06 15:32:36 +0200
commit3b83b311798f0d06444e1994602e0b531e207ef5 (patch)
tree8d41bca774ee92bfa2c9866cc54ef4d7acd5a20c /tactics/tacinterp.ml
parentce85edee592fef31575e138af2945ce8be74cd07 (diff)
Moving the [split] tactic out of the AST.
Diffstat (limited to 'tactics/tacinterp.ml')
-rw-r--r--tactics/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index 9ca9aabab..1ca63b53a 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -1690,7 +1690,7 @@ and interp_atomic ist tac : unit Proofview.tactic =
end
(* Constructors *)
- | TacSplit (ev,_,bll) ->
+ | TacSplit (ev,bll) ->
Proofview.Goal.raw_enter begin fun gl ->
let env = Proofview.Goal.env gl in
let sigma = Proofview.Goal.sigma gl in