diff options
Diffstat (limited to 'plugins/funind/indfun.mli')
| -rw-r--r-- | plugins/funind/indfun.mli | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/funind/indfun.mli b/plugins/funind/indfun.mli new file mode 100644 index 0000000000..f209fb19fd --- /dev/null +++ b/plugins/funind/indfun.mli @@ -0,0 +1,22 @@ +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 : + bool -> + (Vernacexpr.fixpoint_expr * Vernacexpr.decl_notation list) list -> + unit + + +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 : GlobRef.t -> unit |
