X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FWeak.lhs;h=66fefcdb9593b082adad7f6a09a43ddc829b3f9d;hb=494543819fc0da09e4dfc30c0c88167ae1379ee5;hp=3866ed41b3241761548f8f03c7853c6d15b1131d;hpb=10de2c656f74562b662c22928be85e1b3ccda796;p=ghc-base.git diff --git a/GHC/Weak.lhs b/GHC/Weak.lhs index 3866ed4..66fefcd 100644 --- a/GHC/Weak.lhs +++ b/GHC/Weak.lhs @@ -21,7 +21,7 @@ module GHC.Weak where import GHC.Base import Data.Maybe import GHC.IOBase ( IO(..), unIO ) -import Data.Typeable ( Typeable1(..), mkTyCon, mkTyConApp ) +import Data.Typeable {-| A weak pointer object with a key and a value. The value has type @v@.