aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind/indfun.mli
blob: 34985f2c484a6b6c0360dcc284e7c77ab3a08546 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
open Misctypes

val do_generate_principle :  
  bool -> 
  (Vernacexpr.fixpoint_expr * Vernacexpr.decl_notation list) list -> 
  unit


val functional_induction :  
  bool ->
  Term.constr ->
  (Term.constr * Term.constr bindings) option ->
  Term.constr or_and_intro_pattern_expr Loc.located option ->
  Proof_type.goal Tacmach.sigma -> Proof_type.goal list Evd.sigma


val make_graph :  Globnames.global_reference -> unit