]> matita.cs.unibo.it Git - helm.git/commitdiff
Syntax for top-level "let rec" fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 8 Jun 2005 16:36:55 +0000 (16:36 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 8 Jun 2005 16:36:55 +0000 (16:36 +0000)
helm/matita/tests/coercions.ma

index 21bf994ce1d73e8bfab6db82571251081d99ae68..3d1279133e7c956d82f4051e67fa63a23aab8e70 100644 (file)
@@ -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].