]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/CoRN/tactics/Step.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / CoRN / tactics / Step.mma
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 include "CoRN.ma".
18
19 (* begin hide *)
20
21 (* UNEXPORTED
22 Declare ML Module "rational".
23 *)
24
25 (* UNEXPORTED
26 Ltac Algebra := auto with algebra_r algebra algebra_c algebra_s.
27 *)
28
29 (* UNEXPORTED
30 Ltac astepl x := stepl x; [idtac | Algebra].
31 *)
32
33 (* UNEXPORTED
34 Ltac astepr x := stepr x; [idtac | Algebra].
35 *)
36
37 (* UNEXPORTED
38 Tactic Notation "astepl" constr(c) :=  astepl c.
39 *)
40
41 (* UNEXPORTED
42 Tactic Notation "astepr" constr(c) :=  astepr c.
43 *)
44
45 (* UNEXPORTED
46 Ltac rstepl x := stepl x; [idtac | rational].
47 *)
48
49 (* UNEXPORTED
50 Ltac rstepr x := stepr x; [idtac | rational].
51 *)
52
53 (* UNEXPORTED
54 Tactic Notation "rstepl" constr(c) :=  rstepl c.
55 *)
56
57 (* UNEXPORTED
58 Tactic Notation "rstepr" constr(c) :=  rstepr c.
59 *)
60
61 (* UNEXPORTED
62 Ltac Included := eauto with included.
63 *)
64
65 (* end hide *)
66
67 (*#* * [algebra] and [step]
68 These tactics simplify equational reasoning.  See the references for a
69 description.
70
71 * [Included]
72 [Included] will solve goals of the form [(included A (dom F))].
73 *)
74