From: Claudio Sacerdoti Coen Date: Wed, 8 Jun 2005 16:36:55 +0000 (+0000) Subject: Syntax for top-level "let rec" fixed. X-Git-Tag: PRE_INDEX_1~27 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c8aa73f573026ca9e1736f058bf77561f028c10a;p=helm.git Syntax for top-level "let rec" fixed. --- diff --git a/helm/matita/tests/coercions.ma b/helm/matita/tests/coercions.ma index 21bf994ce..3d1279133 100644 --- a/helm/matita/tests/coercions.ma +++ b/helm/matita/tests/coercions.ma @@ -26,7 +26,7 @@ coercion pos2nat. coercion nat2int. -let rec plus (x,y:int) on x : int \def +let rec plus x y : int \def match x with [ (positive n) \Rightarrow x | (negative z) \Rightarrow y].