From: panne Date: Mon, 4 Aug 2003 14:47:37 +0000 (+0000) Subject: [project @ 2003-08-04 14:47:37 by panne] X-Git-Tag: nhc98-1-18-release~553 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68feabdf62717aee17512d2cf0cc928c9f6f7a60;p=ghc-base.git [project @ 2003-08-04 14:47:37 by panne] Fixed hyperlink --- diff --git a/System/Mem/StableName.hs b/System/Mem/StableName.hs index 8a3c858..f0919f9 100644 --- a/System/Mem/StableName.hs +++ b/System/Mem/StableName.hs @@ -57,10 +57,10 @@ import GHC.Base ( Int(..), StableName#, makeStableName# The reverse is not necessarily true: if two stable names are not equal, then the objects they name may still be equal. - Stable Names are similar to Stable Pointers ('Foreign.StablePtr'), + Stable Names are similar to Stable Pointers ("Foreign.StablePtr"), but differ in the following ways: - * There is no @freeStableName@ operation, unlike 'Foreign.StablePtr's. + * There is no @freeStableName@ operation, unlike "Foreign.StablePtr"s. Stable names are reclaimed by the runtime system when they are no longer needed.