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

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

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

    clash-prelude Clash.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

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

    clash-prelude Clash.Signal.Internal

    The above type is a generalization for:

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

  5. (.||) :: LogicalOp b => b -> b -> b

    grisette Grisette.Core

    Symbolic disjunction

  6. (.||) :: LogicalOp b => b -> b -> b

    grisette Grisette.Internal.Core.Data.Class.LogicalOp

    Symbolic disjunction

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

    hakyll Hakyll.Core.Identifier.Pattern

    || for patterns: the given identifier must match any subterm

  8. (.|.) :: BitWise a => a -> a -> a

    hw-bits HaskellWorks.Data.Bits.BitWise

    Bit-wise OR

  9. (.||) :: Field SqlBool -> Field SqlBool -> Field SqlBool

    opaleye Opaleye.Internal.Operators

    No documentation available.

  10. (.||) :: Field SqlBool -> Field SqlBool -> Field SqlBool

    opaleye Opaleye.Operators

    Boolean or

Page 6 of many | Previous | Next