fixedwidth-hs-0.1.0.0: Quick parsing of fixed-width data formats.
Data.FixedWidth
fileToLazyText :: String -> IO Text Source
strictLine :: Parser Text Source
withFile :: String -> Parser a -> (a -> IO ()) -> IO () Source
lineIterator :: Parser a -> IO () -> (a -> IO ()) -> Text -> IO () Source