From 16ec5b48e61763137f800b4307a2699b2f9d3f38 Mon Sep 17 00:00:00 2001 From: notin Date: Fri, 21 Dec 2007 18:59:15 +0000 Subject: 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 --- theories/Ints/num/MemoFn.v | 4 ++-- 1 file 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). -**) +*) -- cgit v1.2.3