diff options
Diffstat (limited to 'theories/Ints')
| -rw-r--r-- | theories/Ints/num/MemoFn.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Ints/num/MemoFn.v b/theories/Ints/num/MemoFn.v index 0d64416f3a..7f3703a1b8 100644 --- a/theories/Ints/num/MemoFn.v +++ b/theories/Ints/num/MemoFn.v @@ -144,7 +144,7 @@ End DependentMemoFunction. (* An example with the memo function on factorial *) -(** +(* Require Import ZArith. Fixpoint tfact (n: nat) {struct n} := @@ -173,5 +173,5 @@ Time Eval vm_compute in test (lfact 2000). Time Eval vm_compute in test (lfact 1500). Time Eval vm_compute in (lfact 1500). -**) +*) |
