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

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

  3. (.||.) :: (a -> Bool) -> (a -> Bool) -> a -> Bool

    liquidhaskell-boot Language.Haskell.Liquid.Misc

    No documentation available.

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

    sbv Data.SBV

    Symbolic disjunction

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

    sbv Data.SBV.Internals

    Symbolic disjunction

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

    sbv Data.SBV.Trans

    Symbolic disjunction

  7. (.|.) :: C bits => bits -> bits -> bits

    set-cover Math.SetCover.Bit

    No documentation available.

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

    sql-words Language.SQL.Keyword.Concat

    Binary operator for SQL string expression concatenation.

  9. (.||) :: SupportTermOps v => v -> v -> v

    what4 What4.Protocol.SMTWriter

    No documentation available.

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

    xmonad XMonad

    Bitwise "or"

Page 5 of many | Previous | Next