diff options
author | simonpj@microsoft.com <unknown> | 2009-10-23 16:17:52 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-10-23 16:17:52 +0000 |
commit | 291f2adda098f7e275db3720ed07e7dc77c821c4 (patch) | |
tree | f026226390d0c6105604475fd78790eed16a4c5b | |
parent | 55c1f08cf6b8812f60b0c45882442c146bb9e92a (diff) | |
download | haskell-291f2adda098f7e275db3720ed07e7dc77c821c4.tar.gz |
Comments only
-rw-r--r-- | compiler/basicTypes/MkId.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/MkId.lhs b/compiler/basicTypes/MkId.lhs index b1c90b3c36..7060c80306 100644 --- a/compiler/basicTypes/MkId.lhs +++ b/compiler/basicTypes/MkId.lhs @@ -922,7 +922,7 @@ lazyId = pcMiscPrelId lazyIdName ty info Note [seqId magic] ~~~~~~~~~~~~~~~~~~ -'seq' is special in several ways. +'GHC.Prim.seq' is special in several ways. a) Its second arg can have an unboxed type x `seq` (v +# w) |