Safe Haskell | None |
---|---|
Language | Haskell2010 |
Run external pagers ($PAGER
, less
, more
).
Synopsis
- pageWriter :: (Handle -> IO ()) -> IO ()
- pageText :: Text -> IO ()
- data PagerException = PagerExitFailure FilePath Int
Documentation
pageWriter :: (Handle -> IO ()) -> IO () Source #
Run pager, providing a function that writes to the pager's input.
data PagerException Source #
Exception running pager.
Instances
Show PagerException Source # | |
Defined in System.Process.Pager showsPrec :: Int -> PagerException -> ShowS # show :: PagerException -> String # showList :: [PagerException] -> ShowS # | |
Exception PagerException Source # | |
Defined in System.Process.Pager |