fixedwidth-hs-0.1.0.0: 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