From 3c87ea6cd7018f266e6a097a7d9a16f2b5289f4c Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 28 Apr 2000 15:06:04 +0000 Subject: [PATCH] [project @ 2000-04-28 15:06:04 by panne] Updated out-of-date comment about representation of StablePtr --- ghc/compiler/prelude/PrimRep.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index 2d13efa..cde186a 100644 --- a/ghc/compiler/prelude/PrimRep.lhs +++ b/ghc/compiler/prelude/PrimRep.lhs @@ -58,9 +58,7 @@ data PrimRep | WeakPtrRep | ForeignObjRep - | StablePtrRep -- We could replace this with IntRep but maybe - -- there's some documentation gain from having - -- it special? [ADR] + | StablePtrRep -- guaranteed to be a represented by a pointer | StableNameRep -- A stable name is a real heap object, unpointed, -- with one field containing an index into the -- 1.7.10.4