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.
-
tfp Type.Data.Bool No documentation available.
(
.&. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Propertycheckers 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.
(
.&. ) :: (Enum a, Bits w) => T w a -> T w a -> T w aenumset Data.EnumBitSet No documentation available.
(
-&&- ) :: Expr -> Expr -> Exprexpress Data.Express.Fixtures The function && lifted over the Expr type.
> pp -&&- qq p && q :: Bool
> false -&&- true False && True :: Bool
> evalBool $ false -&&- true False
(
.&. ) :: Bits a => a -> a -> afoundation Foundation.Bits Bitwise "and"
-
ghc-typelits-presburger GHC.TypeLits.Presburger.Types No documentation available.
(
.&&. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Propertymassiv-test Test.Massiv.Utils Conjunction: p1 .&&. p2 passes if both p1 and p2 pass.
(
<&> ) :: 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.
(
<&> ) :: PersistableRecordWidth a -> PersistableRecordWidth b -> PersistableRecordWidth (a, b)persistable-record Database.Record.Persistable Derivation rule of PersistableRecordWidth for tuple (,) type.
(
<&> ) :: 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.