diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-21 09:52:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-21 09:52:56 +0000 |
commit | 85255a966b21172ce5a26c8a9cb0cdaf7315be95 (patch) | |
tree | 8cb07cd434b13f2ad11bf23c143e71f25ddeb0c3 /compiler/prelude/PrelInfo.lhs | |
parent | c1153c7803e311d7b6e7de454ea0156b211281c3 (diff) | |
download | haskell-85255a966b21172ce5a26c8a9cb0cdaf7315be95.tar.gz |
Fixes for haddock 0.8
Diffstat (limited to 'compiler/prelude/PrelInfo.lhs')
-rw-r--r-- | compiler/prelude/PrelInfo.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/PrelInfo.lhs b/compiler/prelude/PrelInfo.lhs index c8a2322268..96d8c8cb9f 100644 --- a/compiler/prelude/PrelInfo.lhs +++ b/compiler/prelude/PrelInfo.lhs @@ -49,7 +49,7 @@ import Array ( Array, array, (!) ) Notes about wired in things ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* Wired-in things are Ids/TyCons that are completely known to the compiler. +* Wired-in things are Ids\/TyCons that are completely known to the compiler. They are global values in GHC, (e.g. listTyCon :: TyCon). * A wired in Name contains the thing itself inside the Name: |