The README file is displayed below the directory index.
| Name | Last modified | Size |
|---|---|---|
| Parent Directory | - | |
| AbstractIO.hs | 2003-09-30 19:11 | 6.4K |
| AccList.hs | 2001-09-06 04:12 | 242 |
| Assoc.hs | 2002-10-22 23:42 | 1.1K |
| Assoc1.hs | 2002-02-22 01:29 | 1.5K |
| CmdLineParser.hs | 2005-02-02 00:38 | 1.1K |
| CmdLineParser3.hs | 2005-04-11 22:18 | 3.6K |
| DirUtils.hs | 2005-06-24 08:10 | 1.7K |
| FileUtils.hs | 2005-06-24 08:11 | 1.5K |
| FiniteMap.hs | 2006-10-12 22:44 | 457 |
| FiniteMap.o | 2009-01-04 11:20 | 4.6K |
| Flags.ghc | 2009-01-04 11:18 | 220 |
| GetOpt.hs | 2001-03-23 20:34 | 9.7K |
| Lift.hs | 2001-09-28 06:50 | 280 |
| Lists.hs | 2001-11-07 07:58 | 1.5K |
| MUtils.hs | 2005-05-19 07:31 | 2.5K |
| MUtils.o | 2009-01-04 11:20 | 26K |
| Monads/ | 2006-06-09 22:39 | - |
| NewSCC.hs | 2005-03-04 00:43 | 2.2K |
| NoEq.hs | 2001-12-01 00:00 | 431 |
| OpTypes.hs | 2003-10-10 23:06 | 336 |
| OpTypes.o | 2009-01-04 11:20 | 1.6K |
| PathUtils.hs | 2002-03-13 01:52 | 129 |
| Products.hs | 2005-06-24 08:02 | 1.7K |
| Recursive.hs | 2002-10-23 00:03 | 308 |
| Runnable.hs | 2001-12-28 23:31 | 352 |
| SIO.hs | 2003-09-20 00:25 | 1.4K |
| Sets.hs | 2009-01-04 11:18 | 2.0K |
| SimpleGraphs.hs | 2005-06-02 02:12 | 1.2K |
| Statistics.hs | 2004-01-22 01:57 | 1.3K |
| UTF8.hs | 2009-01-04 11:18 | 1.2K |
| UTF8Util.hs | 2002-03-11 01:45 | 535 |
| Unlit.hs | 2005-04-01 01:30 | 4.5K |
This directory contains modules containing general utilities and data structures, most of which has nothing to do with the implementation of a Haskell front-end. One exception is the module Unlit.
| Module | Purpose |
|---|---|
| MUtils | Thomas' misc utilities, defines some essential combinators, sadly missing from the Haskell 98 libraries |
| Lists | List functions missing from the Haskell 98 List module. |
| NewSCC | A function computing strongly connected components. (It is used in the module system and the type checker.) |
| UTF8 | Functions for dealing with the UTF-8 encoding of Unicode text, borrowed from HBC. Current Haskell implementations do not support Unicode very well... |
| UTF8Util | Additional UTF-8 utilities. |
| AbstractIO | Classes to abstract away from the monolithic IO monad. |
| Unlit | Implements the translation from literate style Haskell to normal Haskell source code. |
| ... | ... |