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.
(
.|. ) :: Bits a => a -> a -> afoundation Foundation.Bits Bitwise "or"
(
.||. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Propertymassiv-test Test.Massiv.Utils Disjunction: p1 .||. p2 passes unless p1 and p2 simultaneously fail.
(
.||. ) :: Monad m => m ExitCode -> m ExitCode -> m ExitCodeturtle Turtle.Prelude Analogous to || in Bash Run the second command only if the first one returns ExitFailure
(
.|. ) :: Grid a -> Grid a -> Grid aChart Graphics.Rendering.Chart.Grid A synonym for beside.
(
.|. ) :: Bits a => a -> a -> abase-prelude BasePrelude.Operators Bitwise "or"
(
.||. ) :: OperatorContext c => Record c a -> Record c a -> Record c arelational-query Database.Relational.Arrow Concatenate operator corresponding SQL || .
(
.||. ) :: OperatorContext c => Record c a -> Record c a -> Record c arelational-query Database.Relational.Projectable Concatenate operator corresponding SQL || .
-
cabal-install-solver Distribution.Solver.Modular.Version Union of two version ranges.
(
.||. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-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(
.||. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-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