From 9c96424c77ddcbad9309b5cd49f9e6102bce348f Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 8 Feb 2006 16:51:43 +0000 Subject: [PATCH] Nicer index for tactics in Yelp. --- helm/software/matita/help/C/sec_tactics.xml | 47 ++++++++++++++++++++- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/helm/software/matita/help/C/sec_tactics.xml b/helm/software/matita/help/C/sec_tactics.xml index 03842a709..fda93f0b3 100644 --- a/helm/software/matita/help/C/sec_tactics.xml +++ b/helm/software/matita/help/C/sec_tactics.xml @@ -5,6 +5,7 @@ absurd <term> + absurd absurd P @@ -33,6 +34,7 @@ apply <term> + apply apply t @@ -67,6 +69,7 @@ assumption + assumption assumption @@ -94,6 +97,7 @@ auto [depth=<int>] [width=<int>] [paramodulation] [full] + auto auto depth=d width=w paramodulation full @@ -127,6 +131,7 @@ clear <id> + clear clear H @@ -155,6 +160,7 @@ clearbody <id> + clearbody clearbody H @@ -183,6 +189,7 @@ change <pattern> with <term> + change change patt with t @@ -214,6 +221,7 @@ constructor <int> + constructor constructor n @@ -244,6 +252,7 @@ contradiction + contradiction contradiction @@ -272,6 +281,7 @@ cut <term> [as <id>] + cut cut P as H @@ -302,6 +312,7 @@ decompose [<ident list>] <ident> [<intros_spec>] + decompose decompose ??? @@ -328,6 +339,7 @@ discriminate <term> + discriminate discriminate p @@ -356,6 +368,7 @@ its constructor takes no arguments. elim <term> [using <term>] [<intros_spec>] + elim elim t using th hyps @@ -389,6 +402,7 @@ its constructor takes no arguments. elimType <term> [using <term>] + elimType elimType T using th @@ -415,6 +429,7 @@ its constructor takes no arguments. exact <term> + exact exact p @@ -442,6 +457,7 @@ its constructor takes no arguments. exists + exists exists @@ -471,6 +487,7 @@ its constructor takes no arguments. fail + failt fail @@ -497,6 +514,7 @@ its constructor takes no arguments. fold <reduction_kind> <term> <pattern> + fold fold red t patt @@ -528,6 +546,7 @@ its constructor takes no arguments. fourier + fourier fourier @@ -557,6 +576,7 @@ its constructor takes no arguments. fwd <ident> [<ident list>] + fwd fwd ...TODO @@ -583,94 +603,117 @@ its constructor takes no arguments. generalize <pattern> [as <id>] + generalize The tactic generalize id + id The tactic id injection <term> + injection The tactic injection intro [<ident>] + intro The tactic intro intros <intros_spec> + intros The tactic intros - intros <term> - The tactic intros + inversion <term> + inversion + The tactic inversion lapply [depth=<int>] <term> [to <term list] [using <ident>] + lapply The tactic lapply left + left The tactic left letin <ident> ≝ <term> + letin The tactic letin normalize <pattern> + normalize The tactic normalize paramodulation <pattern> + paramodulation The tactic paramodulation reduce <pattern> + reduce The tactic reduce reflexivity + reflexivity The tactic reflexivity replace <pattern> with <term> + replace The tactic replace rewrite {<|>} <term> <pattern> + rewrite The tactic rewrite right + right The tactic right ring + ring The tactic ring simplify <pattern> + simplify The tactic simplify split + split The tactic split symmetry + symmetry The tactic symmetry transitivity <term> + transitivity The tactic transitivity unfold [<term>] <pattern> + unfold The tactic unfold whd <pattern> + whd The tactic whd -- 2.39.2