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. (.||) :: (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.

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

    basement Basement.Bits

    No documentation available.

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

    ghc-lib-parser GHC.Prelude.Basic

    Bitwise "or"

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

    protolude Protolude

    Bitwise "or"

  5. (.||.) :: Monad m => m ExitCode -> m ExitCode -> m ExitCode

    turtle Turtle.Prelude

    Analogous to || in Bash Run the second command only if the first one returns ExitFailure

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

    enumset Data.EnumBitSet

    No documentation available.

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

    foundation Foundation.Bits

    Bitwise "or"

  8. (.||.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    massiv-test Test.Massiv.Utils

    Disjunction: p1 .||. p2 passes unless p1 and p2 simultaneously fail.

  9. (.|.) :: Grid a -> Grid a -> Grid a

    Chart Graphics.Rendering.Chart.Grid

    A synonym for beside.

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

    base-prelude BasePrelude

    Bitwise "or"

Page 3 of many | Previous | Next