diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:15:29 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:15:29 +0000 |
commit | 131320a1b79d965540449927b640ab037fb7a13a (patch) | |
tree | 279d6a8c0ced3bfb86b2324b21d50070d4d9a3be /compiler/ghci | |
parent | 15b860cb80dcc58de964da44ebaf366f66fc7d27 (diff) | |
download | haskell-131320a1b79d965540449927b640ab037fb7a13a.tar.gz |
Fix Haddock errors.
Diffstat (limited to 'compiler/ghci')
-rw-r--r-- | compiler/ghci/GhciMonad.hs | 2 | ||||
-rw-r--r-- | compiler/ghci/RtClosureInspect.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghci/GhciMonad.hs b/compiler/ghci/GhciMonad.hs index 3dcdce1732..66d1d2ef6f 100644 --- a/compiler/ghci/GhciMonad.hs +++ b/compiler/ghci/GhciMonad.hs @@ -70,7 +70,7 @@ data GHCiState = GHCiState remembered_ctx :: [(CtxtCmd, [String], [String])], -- we remember the :module commands between :loads, so that -- on a :reload we can replay them. See bugs #2049, - -- #1873, #1360. Previously we tried to remember modules that + -- \#1873, #1360. Previously we tried to remember modules that -- were supposed to be in the context but currently had errors, -- but this was complicated. Just replaying the :module commands -- seems to be the right thing. diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index d3423373f4..1b8616aaab 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -646,7 +646,7 @@ cvObtainTerm hsc_env bound force mb_ty hval = runTR hsc_env $ do (signatureType,_) <- instScheme(dataConRepType dc) addConstraint myType signatureType subTermsP <- sequence $ drop extra_args - -- ^^^ all extra arguments are pointed + -- \^^^ all extra arguments are pointed [ appArr (go (pred bound) tv t) (ptrs clos) i | (i,tv,t) <- zip3 [0..] subTermTvs subTtypesP] let unboxeds = extractUnboxed subTtypesNP clos |