]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/tests/fix00.cic
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / gTopLevel / tests / fix00.cic
diff --git a/helm/gTopLevel/tests/fix00.cic b/helm/gTopLevel/tests/fix00.cic
deleted file mode 100644 (file)
index f7b196c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-let rec fact =
-  \lambda x:nat.
-    [\lambda x:nat. nat]
-    match x:nat with
-    [ O \Rightarrow 1
-    | (S (x: nat)) \Rightarrow (mult (S x) (fact x)) ]
-in
-(fact 4)