X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=System%2FMem%2FStableName.hs;h=f0919f958fcaa8b07559ec192309fa1b7145bc7f;hb=7316246c1797d46f5757ae156486f09b3db083d9;hp=8a3c858bbe6e5e4b8bfd4d42a83a29387633a134;hpb=d539a9457e2c79a9f13744d073d3f253ea2fb33e;p=ghc-base.git 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.