[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / lib / README
1 Library code for Glorious Glasgow Haskell
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4 "Library code" is written in (possibly Glasgow-extended) Haskell.  If
5 it has to be written in C, it's in ../runtime.
6
7 "tests" is supposed to be, well, tests.
8
9 "prelude" and "glaExts" hold the standard and not-so-standard Prelude
10 code; you get this stuff, like it or not.
11
12 "std", "hbc" and "ghc" (and eventually "yale", etc., etc?) are
13 libraries of useful modules.  The idea is: once all implementers agree
14 on a module, it goes in "std"; otherwise, it lives in an
15 implementation-specific library.
16
17 Still in development.
18
19 Will Partain
20 93/07/09
21
22 [Still still in development -- WDP 94/12]