]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/CoRN-Decl/tactics/Step.ma
tagged 0.5.0-rc1
[helm.git] / matita / contribs / CoRN-Decl / tactics / Step.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 set "baseuri" "cic:/matita/CoRN-Decl/tactics/Step".
18
19 include "CoRN.ma".
20
21 (* begin hide *)
22
23 (* UNEXPORTED
24 Declare ML Module "rational".
25 *)
26
27 (* UNEXPORTED
28 Ltac Algebra := auto with algebra_r algebra algebra_c algebra_s.
29 *)
30
31 (* UNEXPORTED
32 Ltac astepl x := stepl x; [idtac | Algebra].
33 *)
34
35 (* UNEXPORTED
36 Ltac astepr x := stepr x; [idtac | Algebra].
37 *)
38
39 (* UNEXPORTED
40 Tactic Notation "astepl" constr(c) :=  astepl c.
41 *)
42
43 (* UNEXPORTED
44 Tactic Notation "astepr" constr(c) :=  astepr c.
45 *)
46
47 (* UNEXPORTED
48 Ltac rstepl x := stepl x; [idtac | rational].
49 *)
50
51 (* UNEXPORTED
52 Ltac rstepr x := stepr x; [idtac | rational].
53 *)
54
55 (* UNEXPORTED
56 Tactic Notation "rstepl" constr(c) :=  rstepl c.
57 *)
58
59 (* UNEXPORTED
60 Tactic Notation "rstepr" constr(c) :=  rstepr c.
61 *)
62
63 (* UNEXPORTED
64 Ltac Included := eauto with included.
65 *)
66
67 (* end hide *)
68
69 (*#* * [algebra] and [step]
70 These tactics simplify equational reasoning.  See the references for a
71 description.
72
73 * [Included]
74 [Included] will solve goals of the form [(included A (dom F))].
75 *)
76