From: simonmar Date: Tue, 28 May 2002 12:00:17 +0000 (+0000) Subject: [project @ 2002-05-28 12:00:17 by simonmar] X-Git-Tag: nhc98-1-18-release~1002 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=54a942ee6d213f08e81837c742bc094b74153f41;p=haskell-directory.git [project @ 2002-05-28 12:00:17 by simonmar] typo --- diff --git a/GHC/Exts.hs b/GHC/Exts.hs index 6386932..fcc8a4a 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -18,7 +18,7 @@ module GHC.Exts Int(..),Word(..),Float(..),Double(..),Integer(..),Char(..), -- * Primitive operations - module GHC.Prim + module GHC.Prim, shiftL#, shiftRL#, iShiftL#, iShiftRA#, iShiftRL#, -- * Fusion