From b77483d334787d16f47b6badaeef01e6dee1258f Mon Sep 17 00:00:00 2001
From: Claudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Date: Tue, 8 Nov 2005 09:26:47 +0000
Subject: [PATCH] New syntax for the outtype of a match.

---
 helm/matita/tests/first.ma | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm/matita/tests/first.ma b/helm/matita/tests/first.ma
index 6120d93c4..4fca7b199 100644
--- a/helm/matita/tests/first.ma
+++ b/helm/matita/tests/first.ma
@@ -26,8 +26,7 @@ inductive list (A:Set) : Set \def
   | cons : A \to list A \to list A.
 
 let rec list_len (A:Set) (l:list A) on l \def
-  [\lambda x.nat]
-  match (l:list A) with 
+  match l with 
   [ nil \Rightarrow O
   | (cons a tl) \Rightarrow S (list_len A tl)].
   
-- 
2.39.5