ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Prelude |
---|---|
Datatype: | FilePath |
Description: | |
Definition: | type FilePath = String |
In function types: | FilePath -> String -> IO () : appendFile, writeFile FilePath -> IO String : readFile |