Safe Haskell | None |
---|---|
Language | Haskell2010 |
Eventloop.Module.File
Documentation
Constructors
FileOpened FilePath Bool | |
FileClosed FilePath Bool | |
RetrievedContents FilePath [[Char]] | |
RetrievedLine FilePath [Char] | |
RetrievedChar FilePath Char | |
IsEOF FilePath Bool | |
WroteTo FilePath Bool |
Constructors
OpenFile FilePath IOMode | |
CloseFile FilePath | |
RetrieveContents FilePath | |
RetrieveLine FilePath | |
RetrieveChar FilePath | |
IfEOF FilePath | |
WriteTo FilePath [Char] |