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

val warn_cannot_define_graph : ?loc:Loc.t -> Pp.std_ppcmds * Pp.std_ppcmds -> unit

val warn_cannot_define_principle : ?loc:Loc.t -> Pp.std_ppcmds * Pp.std_ppcmds -> 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 ->
  Tacexpr.or_and_intro_pattern option ->
  Goal.goal Evd.sigma -> Goal.goal list Evd.sigma


val make_graph :  Globnames.global_reference -> unit