Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Run external pagers ($PAGER
, less
, more
).
Synopsis
- pageWriter :: (Handle -> IO ()) -> IO ()
- pageText :: Text -> IO ()
- data PagerException = PagerExitFailure CmdSpec Int
Documentation
pageWriter :: (Handle -> IO ()) -> IO () Source #
Run pager, providing a function that writes to the pager's input.
data PagerException Source #
Type representing exceptions thrown by functions exported by the System.Process.Pager module.
Instances
Exception PagerException Source # | |
Defined in System.Process.Pager | |
Show PagerException Source # | |
Defined in System.Process.Pager showsPrec :: Int -> PagerException -> ShowS # show :: PagerException -> String # showList :: [PagerException] -> ShowS # |