[project @ 2004-02-24 11:52:34 by simonpj]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsDecls.lhs
index 43efaf5..24f6b99 100644 (file)
@@ -480,7 +480,7 @@ data BangType name = BangType HsBang (LHsType name)
 
 data HsBang = HsNoBang
            | HsStrict  -- ! 
-           | HsUnbox   -- !! (GHC extension, meaning "unbox")
+           | HsUnbox   -- {-# UNPACK #-} ! (GHC extension, meaning "unbox")
 
 getBangType       (BangType _ ty) = ty
 getBangStrictness (BangType s _)  = s