[project @ 2003-11-13 19:23:12 by panne]
[ghc-base.git] / Data / Typeable.hs
index c67d307..2be2ae1 100644 (file)
@@ -241,7 +241,7 @@ cast x = r
               else Nothing
 
 
--- | A convenient variation for kind "* -> *"
+-- | A convenient variation for kind \"* -> *\"
 castss :: (Typeable a, Typeable b) => t a -> Maybe (t b)
 castss x = r
        where