Hoogle Search

Within LTS Haskell 22.19 (ghc-9.6.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. andI# :: Int# -> Int# -> Int#

    ghc-prim GHC.Prim

    Bitwise "and".

  2. notI# :: Int# -> Int#

    ghc-prim GHC.Prim

    Bitwise "not", also known as the binary complement.

  3. orI# :: Int# -> Int# -> Int#

    ghc-prim GHC.Prim

    Bitwise "or".

  4. xorI# :: Int# -> Int# -> Int#

    ghc-prim GHC.Prim

    Bitwise "xor".

  5. andI# :: Int# -> Int# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. notI# :: Int# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  7. orI# :: Int# -> Int# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  8. xorI# :: Int# -> Int# -> Int#

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  9. absI# :: Int# -> Int#

    ghc-bignum GHC.Num.Primitives

    Branchless abs

  10. cmpI# :: Int# -> Int# -> Int#

    ghc-bignum GHC.Num.Primitives

    Branchless comparison

Page 2 of many | Previous | Next