[project @ 2001-04-26 15:42:06 by sewardj]
[ghc-hetmet.git] / ghc / compiler / utils / FastString.lhs
index eebb53a..bb0a02f 100644 (file)
@@ -13,6 +13,7 @@ module FastString
 
          --names?
         mkFastString,       -- :: String -> FastString
+        mkFastStringNarrow, -- :: String -> FastString
         mkFastSubString,    -- :: Addr -> Int -> Int -> FastString
 
        -- These ones hold on to the Addr after they return, and aren't hashed;