[commit: ghc] master: TcRnDriver: Fix haddock-like comment (348cb21)

git at git.haskell.org git at git.haskell.org
Fri Dec 21 23:41:30 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/348cb218e4ca1d2853fd94bf80c372eef60e9306/ghc

>---------------------------------------------------------------

commit 348cb218e4ca1d2853fd94bf80c372eef60e9306
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 21 18:04:51 2018 -0500

    TcRnDriver: Fix haddock-like comment


>---------------------------------------------------------------

348cb218e4ca1d2853fd94bf80c372eef60e9306
 compiler/typecheck/TcRnDriver.hs | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/compiler/typecheck/TcRnDriver.hs b/compiler/typecheck/TcRnDriver.hs
index 524fa11..54948e0 100644
--- a/compiler/typecheck/TcRnDriver.hs
+++ b/compiler/typecheck/TcRnDriver.hs
@@ -820,12 +820,12 @@ checkHiBootIface'
       = return (Just (local_boot_dfun, real_dfun))
           -- Two tricky points here:
           --
-          -- * The local_boot_fun should have a Name from the /boot-file/,
-          --   but type from the dfun defined in /this module/.
-          --   That ensures that the TyCon etc inside the type are
-          --   the ones defined in this module, not the ones gotten
-          --   from the hi-boot file, which may have a lot less info
-          --   (Trac #T8743, comment:10).
+          --  * The local_boot_fun should have a Name from the /boot-file/,
+          --    but type from the dfun defined in /this module/.
+          --    That ensures that the TyCon etc inside the type are
+          --    the ones defined in this module, not the ones gotten
+          --    from the hi-boot file, which may have a lot less info
+          --    (Trac #8743, comment:10).
           --
           --  * The DFunIds from boot_details are /GlobalIds/, because
           --    they come from typechecking M.hi-boot.



More information about the ghc-commits mailing list