From 1661883615fba5df23643c82ab85952c0022edc0 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 25 Aug 1998 18:07:57 +0000 Subject: [PATCH] [project @ 1998-08-25 18:07:57 by sof] Removed mention of shiftRA# (the primop has been deleted.) --- ghc/docs/users_guide/libraries.vsgml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ghc/docs/users_guide/libraries.vsgml b/ghc/docs/users_guide/libraries.vsgml index 702e1aa..89180d0 100644 --- a/ghc/docs/users_guide/libraries.vsgml +++ b/ghc/docs/users_guide/libraries.vsgml @@ -1,5 +1,5 @@ % -% $Id: libraries.vsgml,v 1.1 1998/01/30 17:02:32 simonm Exp $ +% $Id: libraries.vsgml,v 1.2 1998/08/25 18:07:57 sof Exp $ % % GHC Prelude and Libraries. % @@ -377,8 +377,8 @@ quotWord#, remWord# :: Word# -> Word# -> Word# not# :: Word# -> Word# -shiftL#, shiftRA#, shiftRL# :: Word# -> Int# -> Word# - -- shift left, right arithmetic, right logical +shiftL#, shiftRL# :: Word# -> Int# -> Word# + -- shift left, right logical int2Word# :: Int# -> Word# -- just a cast, really word2Int# :: Word# -> Int# @@ -391,7 +391,6 @@ word2Int# :: Word# -> Int# quotWord# remWord# shiftL# -shiftRA# shiftRL# int2Word# word2Int# -- 1.7.10.4