diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index 2d13efa7d44638a6cdd3049b342c658a9e0c5a27..cde186abff7be867a7c7169827e32878352c1c44 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