diff options
| author | notin | 2007-12-21 18:59:15 +0000 |
|---|---|---|
| committer | notin | 2007-12-21 18:59:15 +0000 |
| commit | 16ec5b48e61763137f800b4307a2699b2f9d3f38 (patch) | |
| tree | 09721042ad45cbd5f388b110cfd6eff7ec06c4de /theories/Ints | |
| parent | 7e024dcfc61d2a84f93179217089d577849fa2ea (diff) | |
Pour éviter des erreus lors de make doc dues à du code source non taggé entre (** *)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10402 85f007b7-540e-0410-9357-904b9bb8a0f7
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). -**) +*) |
