X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2Fsec_terms.xml;h=a1353b2f021aac59be2fe0896c2fbd827ab2795d;hb=refs%2Fheads%2Fmatita-lablgtk3;hp=3cae2f84c1866ad13d858e14eb32953176c38c13;hpb=a7e618ad478e4203068668f5fe90e7985a1dc2c5;p=helm.git diff --git a/helm/software/matita/help/C/sec_terms.xml b/helm/software/matita/help/C/sec_terms.xml index 3cae2f84c..a1353b2f0 100644 --- a/helm/software/matita/help/C/sec_terms.xml +++ b/helm/software/matita/help/C/sec_terms.xml @@ -98,6 +98,30 @@ + + csymbol + + + + &csymbol; + ::= + '&id; + + + +
+ + symbol + + + + &symbol; + ::= + 〈〈None of the above〉〉 + + + +
Terms @@ -116,7 +140,7 @@ --> - +
Terms @@ -695,12 +719,6 @@ normalizeComputes the βδιζ-normal form - - - | - reduce - Computes the βδιζ-normal form - | @@ -727,28 +745,93 @@ auto-params - &TODO;
- reduction-kind + auto-params &autoparams; ::= + [&simpleautoparam;]… + [by + &term; [,&term;]…] + + + + +
+ + simple-auto-param + + + + &simpleautoparam; + ::= depth=&nat; - &TODO; + Give a bound to the depth of the search tree | width=&nat; - &TODO; + The maximal width of the search tree + + + + | + library + Search everywhere (not only in included files) + + + + | + type + Try to close also goals of sort Type, otherwise only goals + living in sort Prop are attacked. + + + + + | + paramodulation + Try to close the goal performing unit-equality paramodulation + + + + + | + size=&nat; + The maximal number of nodes in the proof + + + + | + timeout=&nat; + Timeout in seconds + + + + +
+
+ + + justification + + justification + + + + &justification; + ::= + using &term; + Proof term manually provided | - &TODO; - &TODO; + &autoparams; + Call automation