summaryrefslogtreecommitdiff
path: root/ghc/docs/comm/genesis
diff options
context:
space:
mode:
authorsimonpj <unknown>2005-02-22 15:59:00 +0000
committersimonpj <unknown>2005-02-22 15:59:00 +0000
commit122c7398376699e4c857edd0bd161b9df99f76dc (patch)
tree2cbcf48254699989f29f771ee65b4477787dec3f /ghc/docs/comm/genesis
parent90334ab3c0c841d466671a416763989d169d4877 (diff)
downloadhaskell-122c7398376699e4c857edd0bd161b9df99f76dc.tar.gz
[project @ 2005-02-22 15:59:00 by simonpj]
Commentary stuff
Diffstat (limited to 'ghc/docs/comm/genesis')
-rw-r--r--ghc/docs/comm/genesis/modules.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/ghc/docs/comm/genesis/modules.html b/ghc/docs/comm/genesis/modules.html
index a23d05303e..4bf63aa763 100644
--- a/ghc/docs/comm/genesis/modules.html
+++ b/ghc/docs/comm/genesis/modules.html
@@ -132,6 +132,25 @@ HsSyn stuff
</ul>
+
+<h2>Library stuff: base package</h2>
+
+<ul>
+<li> GHC.Base
+<li> Data.Tuple (GHC.Base), GHC.Ptr (GHC.Base)
+<li> GHC.Enum (Data.Tuple)
+<li> GHC.Show (GHC.Enum)
+<li> GHC.Num (GHC.Show)
+<li> GHC.ST (GHC.Num), GHC.Real (GHC.Num)
+<li> GHC.Arr (GHC.ST) GHC.STRef (GHC.ST)
+<li> GHC.IOBase (GHC.Arr)
+<li> Data.Bits (GHC.Real)
+<li> Data.HashTable (Data.Bits, Control.Monad)
+<li> Data.Typeable (GHC.IOBase, Data.HashTable)
+<li> GHC.Weak (Data.Typeable, GHC.IOBase)
+</ul>
+
+
<p><small>
<!-- hhmts start -->
Last modified: Wed Aug 22 16:46:33 GMT Daylight Time 2001