diff options
Diffstat (limited to 'plugins/funind/indfun.mli')
| -rw-r--r-- | plugins/funind/indfun.mli | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/funind/indfun.mli b/plugins/funind/indfun.mli new file mode 100644 index 0000000000..acf85f539e --- /dev/null +++ b/plugins/funind/indfun.mli @@ -0,0 +1,20 @@ +open Names +open Tactypes + +val warn_cannot_define_graph : ?loc:Loc.t -> Pp.t * Pp.t -> unit + +val warn_cannot_define_principle : ?loc:Loc.t -> Pp.t * Pp.t -> unit + +val do_generate_principle : pstate:Proof_global.t option -> + bool -> + (Vernacexpr.fixpoint_expr * Vernacexpr.decl_notation list) list -> + Proof_global.t option + +val functional_induction : + bool -> + EConstr.constr -> + (EConstr.constr * EConstr.constr bindings) option -> + Ltac_plugin.Tacexpr.or_and_intro_pattern option -> + Goal.goal Evd.sigma -> Goal.goal list Evd.sigma + +val make_graph : pstate:Proof_global.t option -> GlobRef.t -> Proof_global.t option |
