 | AutoForms-0.5.0: GUI library based upon generic programming (SYB3) | Contents | Index |
|
| Graphics.UI.AF.General.CustomTypes |
|
|
| Description |
| Contain various types, which can be used in data types to get AutoForms specific behavior.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| newtype AFFilePath |
| Contains a file system pointer in form of a text string, just like FilePath.
A new type were needed as FilePath is just a type synonym (for string). Otherwise,
It would be impossible to behave in one way for strings and another for file paths.
| | Constructors | | Instances | |
|
|
| newtype AFDirectoryPath |
| AutoForms directory path -type. A new type is needed for the same
reason it was needed for AFFilePath.
| | Constructors | | Instances | |
|
|
| afOpenFile :: AFFilePath -> IOMode -> IO Handle |
| afOpenFil is the counterpart of IO.openFile, just using AFFilePath
instead.
|
|
| Produced by Haddock version 2.0.0.0 |