-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A command line tool for working with sets and maps -- -- Please see the README below or on GitHub at -- https://github.com/wyager/smap @package smap @version 0.3.2 module Smap.Flags data Hdl Std :: Hdl File :: FilePath -> Hdl data Descriptor (ty :: FileType) Separate :: Hdl -> Hdl -> Descriptor Interleaved :: Hdl -> Descriptor UnKeyed :: Hdl -> Descriptor data FileType Set :: FileType Stream :: FileType data Command Union :: Accuracy -> [Descriptor 'Set] -> Descriptor 'Set -> Command Subtract :: Accuracy -> Descriptor 'Stream -> [Descriptor 'Set] -> Descriptor 'Stream -> Command Intersect :: Accuracy -> Descriptor 'Stream -> [Descriptor 'Set] -> Descriptor 'Stream -> Command data Accuracy Approximate :: SipKey -> Accuracy Exact :: Accuracy command :: IO Command module Smap.Commands run :: Command -> IO ()