From d6fcddf027206f74cfa2195bf1e261b22ec4e739 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 24 Mar 2010 17:36:05 +0000 Subject: [PATCH] "Not" is no longer a definition From: sacerdot --- helm/software/matita/nlibrary/datatypes/list.ma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/software/matita/nlibrary/datatypes/list.ma b/helm/software/matita/nlibrary/datatypes/list.ma index 0e1337725..4188bb288 100644 --- a/helm/software/matita/nlibrary/datatypes/list.ma +++ b/helm/software/matita/nlibrary/datatypes/list.ma @@ -35,7 +35,7 @@ interpretation "cons" 'cons hd tl = (cons ? hd tl). ntheorem nil_cons: ∀A:Type[0].∀l:list A.∀a:A. a::l ≠ []. -#A;#l;#a;#H;ndestruct; +#A;#l;#a; @; #H; ndestruct; nqed. nlet rec id_list A (l: list A) on l ≝ -- 2.39.2