• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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

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

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

  10. (.||) :: SBool -> SBool -> SBool

    sbv Data.SBV

    Symbolic disjunction

Page 4 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete