[project @ 2005-03-31 10:16:33 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / StringBuffer.lhs
index a8c7a1e..e53dbc8 100644 (file)
@@ -9,9 +9,9 @@ Buffers for scanning string input stored in external arrays.
 module StringBuffer
        (
         StringBuffer(..),
-       -- non-abstract for vs/HaskellService
+       -- non-abstract for vs\/HaskellService
 
-        -- * Creation/destruction
+        -- * Creation\/destruction
         hGetStringBuffer,     -- :: FilePath     -> IO StringBuffer
        stringToStringBuffer, -- :: String       -> IO StringBuffer
 
@@ -24,12 +24,12 @@ module StringBuffer
        -- * Moving
        stepOn, stepOnBy,
 
-         -- * Conversion
+        -- * Conversion
         lexemeToString,     -- :: StringBuffer -> Int -> String
         lexemeToFastString, -- :: StringBuffer -> Int -> FastString
 
         -- * Parsing integers
-        parseInteger,
+       parseInteger,
        ) where
 
 #include "HsVersions.h"