From 768d4831608cdc24aa1b1d04cf504e6134925805 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 12 Jul 2006 13:33:44 +0000 Subject: [PATCH] More commands documented. --- helm/software/matita/help/C/sec_commands.xml | 42 +++++++++++++++----- 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/helm/software/matita/help/C/sec_commands.xml b/helm/software/matita/help/C/sec_commands.xml index 0ea8c06f9..0c8fdb455 100644 --- a/helm/software/matita/help/C/sec_commands.xml +++ b/helm/software/matita/help/C/sec_commands.xml @@ -54,20 +54,22 @@ check - + check t Synopsis: - check + check &term; Action: - &TODO; + Opens a CIC browser window that shows t + together with its type. The command is immediately removed from + the script. @@ -75,20 +77,34 @@ coercion - + coercion u Synopsis: - coercion + coercion &uri; Action: - &TODO; + Declares u as an implicit coercion + from the type of its last argument (source) + to its codomain (target). Every time a term x + of type source is used with expected type target, Matita + automatically replaces x with + (u ? … ? x) to avoid a typing error. + Implicit coercions are not displayed to the user: + (u ? … ? x) is rendered simply + as x. + When a coercion u is declared + from source s to target t + and there is already a coercion u' of + target s or source t, + a composite implicit coercion is automatically computed + by Matita. @@ -117,7 +133,7 @@ hint - + hint @@ -130,7 +146,12 @@ Action: - &TODO; + Displays a list of theorems that can be successfully + applied to the current selected sequent. The command is + removed from the script, but the window that displays the + theorems allow to add to the script the application of the + selected theorem. + @@ -235,7 +256,10 @@ Action: - &TODO; + Saves and indexes the current interactive theorem or + definition. + In order to do this, the set of sequents still to be proved + must be empty. -- 2.39.2