]> matita.cs.unibo.it Git - helm.git/commitdiff
Problem solved (was: apply needed an argument to avoid a great slow down due to
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 12 Mar 2008 18:55:42 +0000 (18:55 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 12 Mar 2008 18:55:42 +0000 (18:55 +0000)
conversion of a meta-open and a meta-closed term).

helm/software/matita/library/nat/bertrand.ma

index 3f613c8d762f81089a3c13a94c819eb46a61ec71..b16eed5fafae1ebcc7015988758d1fb13b648587 100644 (file)
@@ -722,8 +722,7 @@ apply (list_of_primes_to_bertrand ? (S(exp 2 8)) (sieve (S(exp 2 8))))
     |apply leb_true_to_le.reflexivity
     ]
   |intros.apply (sieve_sound2 ? ? H3 H2)
-  |(* se tolgo l'argomento l'apply diventa lenta *)
-   apply (check_list2 (sieve (S(exp 2 8)))).
+  |apply check_list2.
    reflexivity
   ]
 qed.