From 26778a467329055d706f9b8d9d6869f17186e453 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 26 May 2006 15:39:29 +0000 Subject: [PATCH 1/1] Documentation fixed. --- .../matita/help/C/sec_gettingstarted.xml | 3 +-- helm/software/matita/help/C/sec_terms.xml | 22 +++++++++++++++---- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/helm/software/matita/help/C/sec_gettingstarted.xml b/helm/software/matita/help/C/sec_gettingstarted.xml index f7d435e70..c1feb6d92 100644 --- a/helm/software/matita/help/C/sec_gettingstarted.xml +++ b/helm/software/matita/help/C/sec_gettingstarted.xml @@ -26,8 +26,7 @@ Typing one of the following ligatures (and opzionally converting the ligature to the Unicode character has described before): - ":=" (which stands for ≝); "->" (which stands for "→"); - "->" (which stands for "⇒"). + ":=" (which stands for ≝); "->" (which stands for "→"); "=>" (which stands for "⇒"). diff --git a/helm/software/matita/help/C/sec_terms.xml b/helm/software/matita/help/C/sec_terms.xml index 45459572b..dd2af7f5f 100644 --- a/helm/software/matita/help/C/sec_terms.xml +++ b/helm/software/matita/help/C/sec_terms.xml @@ -158,8 +158,8 @@ | &id;[\subst[ - &id;≝&term; - [;&id;≝&term;]… + &id;≔&term; + [;&id;≔&term;]… ]] identifier with optional explicit named substitution @@ -249,16 +249,30 @@ &args; ::= - [(]_[: &term;][)] + _[: &term;] ignored argument | - [(]&id;[,&id;]…[: &term;][)] + + (_[: &term;]) + + ignored argument + + + + | + &id;[,&id;]…[: &term;] + + + | + (&id;[,&id;]…[: &term;]) + + -- 2.39.2