Hedi-0.1.1: Line oriented editorSource codeContentsIndex
Main
Synopsis
handleWith :: (IOError -> k) -> IO a -> ErrorT k IO a
strictReadFile :: String -> IO String
externalCommand :: String -> ErrorT String IO String
greetings :: IO ()
main :: IO ()
Documentation
handleWith :: (IOError -> k) -> IO a -> ErrorT k IO aSource
strictReadFile :: String -> IO StringSource
externalCommand :: String -> ErrorT String IO StringSource
launches an external program , catching output and errors, return on exit
greetings :: IO ()Source
the greetings
main :: IO ()Source
Produced by Haddock version 2.3.0