aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/indfun.mli
blob: f44d12b23725c754c130127b0027c4bf7b330387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
open Util
open Names
open Term
open Pp
open Indfun_common
open Libnames
open Rawterm
open Declarations

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


val functional_induction :  
  bool ->
  Term.constr ->
  (Term.constr * Term.constr Rawterm.bindings) option ->
  Genarg.intro_pattern_expr Util.located option ->
  Proof_type.goal Tacmach.sigma -> Proof_type.goal list Evd.sigma


val make_graph :  Libnames.global_reference -> unit