summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelInfo.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-21 09:52:56 +0000
committerIan Lynagh <igloo@earth.li>2008-07-21 09:52:56 +0000
commit85255a966b21172ce5a26c8a9cb0cdaf7315be95 (patch)
tree8cb07cd434b13f2ad11bf23c143e71f25ddeb0c3 /compiler/prelude/PrelInfo.lhs
parentc1153c7803e311d7b6e7de454ea0156b211281c3 (diff)
downloadhaskell-85255a966b21172ce5a26c8a9cb0cdaf7315be95.tar.gz
Fixes for haddock 0.8
Diffstat (limited to 'compiler/prelude/PrelInfo.lhs')
-rw-r--r--compiler/prelude/PrelInfo.lhs2
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: