X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2Ftactics_quickref.xml;h=c7a789c1a32ed246648eb8577e80afb34aa77862;hb=e9b09b14538f770b9e65083c24e3e9cf487df648;hp=119985dc4289db0bf40a76232210e505024fa71d;hpb=89b9f4b66e50d828a37818a29ed2fd3e87477ed7;p=helm.git diff --git a/helm/software/matita/help/C/tactics_quickref.xml b/helm/software/matita/help/C/tactics_quickref.xml index 119985dc4..c7a789c1a 100644 --- a/helm/software/matita/help/C/tactics_quickref.xml +++ b/helm/software/matita/help/C/tactics_quickref.xml @@ -29,14 +29,14 @@ | - auto auto_params + auto auto_params. autobatch auto_params | cases - term [([id]…)] + term pattern [([id]…)] @@ -60,7 +60,7 @@ | - compose [&nat;] &sterm; [with &sterm;] [&intros-spec;] + compose [nat] sterm [with sterm] [intros-spec] @@ -92,11 +92,7 @@ | - - - demodulate - - + demodulate auto_params @@ -106,7 +102,7 @@ | - elim sterm [using sterm] intros-spec + elim sterm pattern [using sterm] intros-spec @@ -218,11 +214,6 @@ | normalize pattern - - - | - reduce pattern - |