Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. (.|.) :: Bits a => a -> a -> a

    ghc GHC.Prelude.Basic

    No documentation available.

  2. (.||) :: (b -> c) -> Strategy b -> (a -> b) -> a -> c

    parallel Control.Parallel.Strategies

    Parallel function composition. The result of the second function is evaluated using the given strategy, in parallel with the application of the first function.

  3. (.|.) :: BitOps bits => bits -> bits -> bits

    basement Basement.Bits

    No documentation available.

  4. (.|.) :: Bits a => a -> a -> a

    ghc-internal GHC.Internal.Bits

    Bitwise "or"

  5. (.|.) :: Bits a => a -> a -> a

    ghc-internal GHC.Internal.Data.Bits

    Bitwise "or"

  6. (.|.) :: Bits a => a -> a -> a

    protolude Protolude

    Bitwise "or"

  7. (.|.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

  8. (.||.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix bit operators

  9. (.|.) :: Bits a => a -> a -> a

    ghc-lib-parser GHC.Prelude.Basic

    Bitwise "or"

  10. (.|.) :: (Enum a, Bits w) => T w a -> T w a -> T w a

    enumset Data.EnumBitSet

    No documentation available.

Page 3 of many | Previous | Next