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. type family x :&&: y

    tfp Type.Data.Bool

    No documentation available.

  2. (.&.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    checkers Test.QuickCheck.Checkers

    Nondeterministic choice: p1 .&. p2 picks randomly one of p1 and p2 to test. If you test the property 100 times it makes 100 random choices.

  3. (.&.) :: (Enum a, Bits w) => T w a -> T w a -> T w a

    enumset Data.EnumBitSet

    No documentation available.

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

    express Data.Express.Fixtures

    The function && lifted over the Expr type.

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

  5. (.&.) :: Bits a => a -> a -> a

    foundation Foundation.Bits

    Bitwise "and"

  6. (:&&) :: Prop -> Prop -> Prop

    ghc-typelits-presburger GHC.TypeLits.Presburger.Types

    No documentation available.

  7. (.&&.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    massiv-test Test.Massiv.Utils

    Conjunction: p1 .&&. p2 passes if both p1 and p2 pass.

  8. (<&>) :: RecordFromSql q a -> RecordFromSql q b -> RecordFromSql q (a, b)

    persistable-record Database.Record.FromSql

    Derivation rule of RecordFromSql parser function object for Haskell tuple (,) type.

  9. (<&>) :: PersistableRecordWidth a -> PersistableRecordWidth b -> PersistableRecordWidth (a, b)

    persistable-record Database.Record.Persistable

    Derivation rule of PersistableRecordWidth for tuple (,) type.

  10. (<&>) :: RecordToSql q a -> RecordToSql q b -> RecordToSql q (a, b)

    persistable-record Database.Record.ToSql

    Derivation rule of RecordToSql printer function object for Haskell tuple (,) type.

Page 34 of many | Previous | Next