Commit f1c1b61f8d56decf7886d6eb86ccedfe1c63870e
- Diff rendering mode:
- inline
- side by side
tutorial.lhs
(2 / 3)
|   | |||
| 1 | > {-# LANGUAGE DeriveDataTypeable #-} | ||
| 1 | > {-# LANGUAGE DeriveDataTypeable, PatternGuards #-} | ||
| 2 | 2 | ||
| 3 | 3 | A Walk Through "Config.hs" | |
| 4 | 4 | ========================== | |
| 5 | 5 | ||
| 6 | 6 | :Author: Peter Simons <simons@cryp.to> | |
| 7 | :Date: 2005-02-13 | ||
| 7 | :Date: 2008-02-20 | ||
| 8 | 8 | :Note: This text is *nowhere* near being complete. | |
| 9 | 9 | ||
| 10 | 10 | .. contents:: | |
| … | … | ||
| 39 | 39 | > import System.IO | |
| 40 | 40 | > import System.Time | |
| 41 | 41 | > import System.Posix.User | |
| 42 | > import Control.Monad.Trans | ||
| 43 | 42 | > import Network.Socket ( SockAddr(..) ) | |
| 44 | 43 | > import Data.Char | |
| 45 | 44 | > import Data.List |

