aboutsummaryrefslogtreecommitdiff
path: root/theories/IntMap/Adalloc.v
diff options
context:
space:
mode:
authorfilliatr2002-02-14 14:39:07 +0000
committerfilliatr2002-02-14 14:39:07 +0000
commit67f72c93f5f364591224a86c52727867e02a8f71 (patch)
treeecf630daf8346e77e6620233d8f3e6c18a0c9b3c /theories/IntMap/Adalloc.v
parentb239b208eb9a66037b0c629cf7ccb6e4b110636a (diff)
option -dump-glob pour coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2474 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/IntMap/Adalloc.v')
-rw-r--r--theories/IntMap/Adalloc.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/IntMap/Adalloc.v b/theories/IntMap/Adalloc.v
index ab7f19a07f..8fe68376bf 100644
--- a/theories/IntMap/Adalloc.v
+++ b/theories/IntMap/Adalloc.v
@@ -188,7 +188,7 @@ Section AdAlloc.
Intro H0. Rewrite H0 in H. Assumption.
Qed.
- (* Allocator: returns an address not in the domain of m.
+ (** Allocator: returns an address not in the domain of [m].
This allocator is optimal in that it returns the lowest possible address,
in the usual ordering on integers. It is not the most efficient, however. *)
Fixpoint ad_alloc_opt [m:(Map A)] : ad :=
@@ -221,8 +221,8 @@ Section AdAlloc.
Unfold in_dom. Intro. Rewrite (ad_alloc_opt_allocates_1 m). Reflexivity.
Qed.
- (* Moreover, this is optimal: all addresses below [(ad_alloc_opt m)]
- are in [dom m]: *)
+ (** Moreover, this is optimal: all addresses below [(ad_alloc_opt m)]
+ are in [dom m]: *)
Lemma convert_xH : (convert xH)=(1).
Proof.