From 68feabdf62717aee17512d2cf0cc928c9f6f7a60 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 4 Aug 2003 14:47:37 +0000 Subject: [PATCH] [project @ 2003-08-04 14:47:37 by panne] Fixed hyperlink --- System/Mem/StableName.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4