Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.&.) :: forall (n :: Nat) . Wrd n -> Wrd n -> Wrd n

    bin Data.Wrd

    No documentation available.

  2. ( #*& ) :: (C set, Enum a) => a -> set a -> set a

    board-games Game.Mastermind.CodeSet

    No documentation available.

  3. (*&) :: (C set, Enum a) => EnumSet a -> set a -> set a

    board-games Game.Mastermind.CodeSet

    Like leftNonEmptyProduct but the left operand can be empty.

  4. (.&&.) :: SearchExpression -> SearchExpression -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

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

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

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

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

  9. (|&|) :: forall (dom :: Domain) a b . (AssertionValue dom a, AssertionValue dom b) => a -> b -> Assertion dom

    clash-prelude Clash.Verification.DSL

    No documentation available.

  10. (-&&-) :: Expr -> Expr -> Expr

    code-conjure Conjure.Engine

    The function && lifted over the Expr type.

    > pp -&&- qq
    p && q :: Bool
    
    > false -&&- true
    False && True :: Bool
    
    > evalBool $ false -&&- true
    False
    

Page 39 of many | Previous | Next