From 878037dde08fc4e335219631e511ff22e0af2151 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 6 Feb 2006 17:16:40 +0000 Subject: [PATCH] fixed tactic ids to include a "tac_" prefix --- matita/help/C/matita.xml | 90 ++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/matita/help/C/matita.xml b/matita/help/C/matita.xml index 7f90e51b9..1034d910b 100644 --- a/matita/help/C/matita.xml +++ b/matita/help/C/matita.xml @@ -169,186 +169,186 @@ Tactics - + absurd <term> The tactic absurd ciao - + apply <term> The tactic apply - + assumption The tactic assumption - + auto [depth=<int>] [width=<int>] [paramodulation] [full] The tactic auto - + clear <id> The tactic clear - + clearbody <id> The tactic clearbody - + change <pattern> with <term> The tactic change - + compare <term> The tactic compare - + constructor <int> The tactic constructor - + contradiction The tactic contradiction - + cut <term> [as <id>] The tactic cut - + decide The tactic decide equality - + decompose [<ident list>] <ident> [<intros_spec>] The tactic decompose - + discriminate <term> The tactic discriminate - + elim <term> [using <term>] [<intros_spec>] The tactic elim - + elimType <term> [using <term>] The tactic elimType - + exact <term> The tactic exact - + exists The tactic exists - + fail The tactic fail - + fold <reduction_kind> <term> <pattern> The tactic fold - + fourier The tactic fourier - + fwd <ident> [<ident list>] The tactic fwd - + generalize <pattern> [as <id>] The tactic generalize - + id The tactic id - + injection <term> The tactic injection - + intro [<ident>] The tactic intro - + intros <intros_spec> The tactic intros - + intros <term> The tactic intros - + lapply [depth=<int>] <term> [to <term list] [using <ident>] The tactic lapply - + left The tactic left - + letin <ident> ≝ <term> The tactic letin - + normalize <pattern> The tactic normalize - + paramodulation <pattern> The tactic paramodulation - + reduce <pattern> The tactic reduce - + reflexivity The tactic reflexivity - + replace <pattern> with <term> The tactic replace - + rewrite {<|>} <term> <pattern> The tactic rewrite - + right The tactic right - + ring The tactic ring - + simplify <pattern> The tactic simplify - + split The tactic split - + symmetry The tactic symmetry - + transitivity <term> The tactic transitivity - + unfold [<term>] <pattern> The tactic unfold - + whd <pattern> The tactic whd -- 2.39.2