]> matita.cs.unibo.it Git - helm.git/commit
This cast now works!
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 7 Sep 2007 15:48:52 +0000 (15:48 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 7 Sep 2007 15:48:52 +0000 (15:48 +0000)
commite1012bdf6514d867ad339fc7182fa6abe7a5435e
tree069f010a3d33805a3f857d12897c3fd5de39c493
parent596125c5354c73f19fc57476166e5e8c5edacde8
This cast now works!

 (λl:list nat. match l with [ nil ⇒ [] | cons x l1 ⇒ l1])
:
 ∀l:(∃l:list nat. l ≠ []). ∃l1.∃a.a :: l1 = l
matita/tests/coercions_russell.ma [new file with mode: 0644]