aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-08-27 16:50:06 +0200
committerPierre-Marie Pédrot2019-08-27 16:50:06 +0200
commit1e1d5bf3879424688fa9231ba057b05d86674d22 (patch)
tree168332da00b5f5b2faed3bae6ceeda03123cc126 /plugins/funind/indfun.mli
parent0c6726655ee0ec06a40240cca44202d584506c9c (diff)
parent1f972321c232b8e2445008af763fcae4ac4ea946 (diff)
Merge PR #10635: [funind] Port indfun to the new tactic engine.
Reviewed-by: ppedrot
Diffstat (limited to 'plugins/funind/indfun.mli')
-rw-r--r--plugins/funind/indfun.mli12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/funind/indfun.mli b/plugins/funind/indfun.mli
index 97a840e950..476d74b3f8 100644
--- a/plugins/funind/indfun.mli
+++ b/plugins/funind/indfun.mli
@@ -8,9 +8,9 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-val functional_induction :
- bool ->
- EConstr.constr ->
- (EConstr.constr * EConstr.constr Tactypes.bindings) option ->
- Ltac_plugin.Tacexpr.or_and_intro_pattern option ->
- Goal.goal Evd.sigma -> Goal.goal list Evd.sigma
+val functional_induction
+ : bool
+ -> EConstr.constr
+ -> (EConstr.constr * EConstr.constr Tactypes.bindings) option
+ -> Ltac_plugin.Tacexpr.or_and_intro_pattern option
+ -> unit Proofview.tactic