aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun.mli
blob: bfc9686ae53da81b70a538287167992593b922d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 : Vernacexpr.fixpoint_expr list -> unit

val do_generate_principle_interactive : Vernacexpr.fixpoint_expr list -> Lemmas.t

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