diff options
author | simonpj <unknown> | 2001-10-18 08:03:29 +0000 |
---|---|---|
committer | simonpj <unknown> | 2001-10-18 08:03:29 +0000 |
commit | ce20fc57874366c0009078d60ded8443a3f94c87 (patch) | |
tree | 3cec2843861b8b95dd1c021f5481a0b5c900bb2f | |
parent | cf8adb9e5e64e2bbe24e50e3c57b0cfe39ec41e5 (diff) | |
download | haskell-ce20fc57874366c0009078d60ded8443a3f94c87.tar.gz |
[project @ 2001-10-18 08:03:29 by simonpj]
Add comments
-rw-r--r-- | ghc/lib/std/PrelGHC.hi-boot.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/lib/std/PrelGHC.hi-boot.pp b/ghc/lib/std/PrelGHC.hi-boot.pp index 5fc500878d..d551efc856 100644 --- a/ghc/lib/std/PrelGHC.hi-boot.pp +++ b/ghc/lib/std/PrelGHC.hi-boot.pp @@ -424,7 +424,8 @@ __export PrelGHC BCOzh mkApUpd0zh - unsafeCoercezh -- Defined in MkId + unsafeCoercezh -- unsafeCoerce# :: forall a b. a -> b + -- It's defined in ghc/compiler/basicTypes/MkId.lhs addrToHValuezh ; |