fixedwidth-hs-0.2.0.1: Quick parsing of fixed-width data formats.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.FixedWidth

Documentation

withFile :: String -> Parser a -> (a -> IO ()) -> IO () Source

lineIterator :: Parser a -> IO () -> (a -> IO ()) -> Text -> IO () Source