Hedi-0.1.1: Line oriented editor
Source code
Contents
Index
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
a
Source
strictReadFile
::
String
->
IO
String
Source
externalCommand
::
String
->
ErrorT
String
IO
String
Source
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