diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:17:23 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:17:23 +0000 |
commit | cb8f0e566e65c1e54de43174668fa3531970c8f5 (patch) | |
tree | a86b7c84d7a042dc91f1c235d6e666b9fd2d0269 /compiler/iface/LoadIface.lhs | |
parent | 92eeda1e1d846a082a60caab1b75593d7cc668ed (diff) | |
download | haskell-cb8f0e566e65c1e54de43174668fa3531970c8f5.tar.gz |
Fix Haddock errors.
Diffstat (limited to 'compiler/iface/LoadIface.lhs')
-rw-r--r-- | compiler/iface/LoadIface.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/LoadIface.lhs b/compiler/iface/LoadIface.lhs index 73b0222f9b..66cdf7881a 100644 --- a/compiler/iface/LoadIface.lhs +++ b/compiler/iface/LoadIface.lhs @@ -408,7 +408,7 @@ loadDecl ignore_prags mod (_version, decl) -- All a bit too finely-balanced for my liking. -- This mini-env and lookup function mediates between the - -- *Name*s n and the map from *OccName*s to the implicit TyThings + --'Name's n and the map from 'OccName's to the implicit TyThings ; let mini_env = mkOccEnv [(getOccName t, t) | t <- implicitTyThings thing] lookup n = case lookupOccEnv mini_env (getOccName n) of Just thing -> thing |