X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FgTopLevel%2Ftests%2Ffix00.cic;fp=helm%2FgTopLevel%2Ftests%2Ffix00.cic;h=0000000000000000000000000000000000000000;hp=f7b196c8770526f9f9da17a3fb129f5364eec791;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/gTopLevel/tests/fix00.cic b/helm/gTopLevel/tests/fix00.cic deleted file mode 100644 index f7b196c87..000000000 --- a/helm/gTopLevel/tests/fix00.cic +++ /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)