From 54a942ee6d213f08e81837c742bc094b74153f41 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 28 May 2002 12:00:17 +0000 Subject: [PATCH] [project @ 2002-05-28 12:00:17 by simonmar] typo --- GHC/Exts.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4