[project @ 2002-05-28 12:00:17 by simonmar]
authorsimonmar <unknown>
Tue, 28 May 2002 12:00:17 +0000 (12:00 +0000)
committersimonmar <unknown>
Tue, 28 May 2002 12:00:17 +0000 (12:00 +0000)
typo

GHC/Exts.hs

index 6386932..fcc8a4a 100644 (file)
@@ -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