]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/tactics/tactics.mli
Got rid of a few warnings.
[helm.git] / helm / ocaml / tactics / tactics.mli
1 (* GENERATED FILE, DO NOT EDIT *)
2 val absurd : term:Cic.term -> ProofEngineTypes.tactic
3 val apply : term:Cic.term -> ProofEngineTypes.tactic
4 val assumption : ProofEngineTypes.tactic
5 val auto : ?num:int option -> Mysql.dbd -> ProofEngineTypes.tactic
6 val auto_new : dbd:Mysql.dbd -> ProofEngineTypes.tactic
7 val change : what:Cic.term -> with_what:Cic.term -> ProofEngineTypes.tactic
8 val compare : term:Cic.term -> ProofEngineTypes.tactic
9 val constructor : n:int -> ProofEngineTypes.tactic
10 val contradiction : ProofEngineTypes.tactic
11 val cut :
12   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
13   Cic.term -> ProofEngineTypes.tactic
14 val decide_equality : ProofEngineTypes.tactic
15 val decompose :
16   ?uris_choice_callback:((UriManager.uri * int *
17                           (UriManager.uri * Cic.term) list)
18                          list ->
19                          (UriManager.uri * int *
20                           (UriManager.uri * Cic.term) list)
21                          list) ->
22   Cic.term -> ProofEngineTypes.tactic
23 val discriminate : term:Cic.term -> ProofEngineTypes.tactic
24 val elim_intros_simpl : term:Cic.term -> ProofEngineTypes.tactic
25 val elim_intros : term:Cic.term -> ProofEngineTypes.tactic
26 val elim_type : term:Cic.term -> ProofEngineTypes.tactic
27 val exact : term:Cic.term -> ProofEngineTypes.tactic
28 val exists : ProofEngineTypes.tactic
29 val fold :
30   reduction:(Cic.context -> Cic.term -> Cic.term) ->
31   also_in_hypotheses:bool -> term:Cic.term -> ProofEngineTypes.tactic
32 val fourier : ProofEngineTypes.tactic
33 val generalize :
34   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
35   Cic.term list -> ProofEngineTypes.tactic
36 val set_goal : int -> ProofEngineTypes.tactic
37 val injection : term:Cic.term -> ProofEngineTypes.tactic
38 val intros :
39   ?howmany:int ->
40   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
41   unit -> ProofEngineTypes.tactic
42 val left : ProofEngineTypes.tactic
43 val letin :
44   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
45   Cic.term -> ProofEngineTypes.tactic
46 val reduce :
47   also_in_hypotheses:bool ->
48   terms:Cic.term list option -> ProofEngineTypes.tactic
49 val reflexivity : ProofEngineTypes.tactic
50 val replace : what:Cic.term -> with_what:Cic.term -> ProofEngineTypes.tactic
51 val rewrite_back : term:Cic.term -> ProofEngineTypes.tactic
52 val rewrite_back_simpl : term:Cic.term -> ProofEngineTypes.tactic
53 val rewrite : term:Cic.term -> ProofEngineTypes.tactic
54 val rewrite_simpl : term:Cic.term -> ProofEngineTypes.tactic
55 val right : ProofEngineTypes.tactic
56 val ring : ProofEngineTypes.tactic
57 val simpl :
58   also_in_hypotheses:bool ->
59   terms:Cic.term list option -> ProofEngineTypes.tactic
60 val split : ProofEngineTypes.tactic
61 val symmetry : ProofEngineTypes.tactic
62 val transitivity : term:Cic.term -> ProofEngineTypes.tactic
63 val whd :
64   also_in_hypotheses:bool ->
65   terms:Cic.term list option -> ProofEngineTypes.tactic
66 val normalize :
67   also_in_hypotheses:bool ->
68   terms:Cic.term list option -> ProofEngineTypes.tactic