Hugs.Bits

The plain source file for module Hugs.Bits is not available.
module Hugs.Bits where

primitive primAndInt        :: Int -> Int -> Int
primitive primOrInt         :: Int -> Int -> Int
primitive primXorInt        :: Int -> Int -> Int
primitive primComplementInt :: Int -> Int
primitive primShiftInt      :: Int -> Int -> Int
primitive primBitInt        :: Int -> Int
primitive primTestInt       :: Int -> Int -> Bool

Index

(HTML for this module was generated on 2013-09-19. About the conversion tool.)