]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/tactics/tactics.mli
- added Tactics module as a common point where tactics could be accessed
[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 : dbd: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   term: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_type : term:Cic.term -> ProofEngineTypes.tactic
26 val exact : term:Cic.term -> ProofEngineTypes.tactic
27 val exists : ProofEngineTypes.tactic
28 val fold :
29   reduction:(Cic.context -> Cic.term -> Cic.term) ->
30   also_in_hypotheses:bool -> term:Cic.term -> ProofEngineTypes.tactic
31 val fourier : ProofEngineTypes.tactic
32 val generalize :
33   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
34   Cic.term list -> ProofEngineTypes.tactic
35 val injection : term:Cic.term -> ProofEngineTypes.tactic
36 val intros :
37   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
38   unit -> ProofEngineTypes.tactic
39 val left : ProofEngineTypes.tactic
40 val letin :
41   ?mk_fresh_name_callback:ProofEngineTypes.mk_fresh_name_type ->
42   term:Cic.term -> ProofEngineTypes.tactic
43 val reduce :
44   also_in_hypotheses:bool ->
45   terms:Cic.term list option -> ProofEngineTypes.tactic
46 val reflexivity : ProofEngineTypes.tactic
47 val replace : what:Cic.term -> with_what:Cic.term -> ProofEngineTypes.tactic
48 val rewrite_back : term:Cic.term -> ProofEngineTypes.tactic
49 val rewrite_back_simpl : term:Cic.term -> ProofEngineTypes.tactic
50 val rewrite : term:Cic.term -> ProofEngineTypes.tactic
51 val rewrite_simpl : term:Cic.term -> ProofEngineTypes.tactic
52 val right : ProofEngineTypes.tactic
53 val ring : ProofEngineTypes.tactic
54 val simpl :
55   also_in_hypotheses:bool ->
56   terms:Cic.term list option -> ProofEngineTypes.tactic
57 val split : ProofEngineTypes.tactic
58 val symmetry : ProofEngineTypes.tactic
59 val transitivity : term:Cic.term -> ProofEngineTypes.tactic
60 val whd :
61   also_in_hypotheses:bool ->
62   terms:Cic.term list option -> ProofEngineTypes.tactic