Hoogle Search

Within LTS Haskell 24.28 (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

    foundation Foundation.Bits

    Bitwise "or"

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

    massiv-test Test.Massiv.Utils

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

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

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

    Chart Graphics.Rendering.Chart.Grid

    A synonym for beside.

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

    base-prelude BasePrelude.Operators

    Bitwise "or"

  6. (.||.) :: OperatorContext c => Record c a -> Record c a -> Record c a

    relational-query Database.Relational.Arrow

    Concatenate operator corresponding SQL || .

  7. (.||.) :: OperatorContext c => Record c a -> Record c a -> Record c a

    relational-query Database.Relational.Projectable

    Concatenate operator corresponding SQL || .

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

    cabal-install-solver Distribution.Solver.Modular.Version

    Union of two version ranges.

  9. (.||.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-prelude Clash.Explicit.Signal

    The above type is a generalization for:

    (.||.) :: Signal Bool -> Signal Bool -> Signal Bool
    
    It is a version of (||) that returns a Signal of Bool

  10. (.||.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-prelude Clash.Prelude

    The above type is a generalization for:

    (.||.) :: Signal Bool -> Signal Bool -> Signal Bool
    
    It is a version of (||) that returns a Signal of Bool

Page 4 of many | Previous | Next