From 291f2adda098f7e275db3720ed07e7dc77c821c4 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 23 Oct 2009 16:17:52 +0000 Subject: [PATCH] Comments only --- compiler/basicTypes/MkId.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/basicTypes/MkId.lhs b/compiler/basicTypes/MkId.lhs index b1c90b3..7060c80 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) -- 1.7.10.4