Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    ghc-lib-parser GHC.Prelude.Basic

    Bitwise "and"

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

    ghc-lib-parser GHC.Prelude.Basic

    Bitwise "or"

  3. (.#) :: Coercible a b => (b -> c) -> (a -> b) -> a -> c

    indexed-profunctors Data.Profunctor.Indexed

    Composition operator where the second argument must be an identity function up to representational equivalence (e.g. a newtype wrapper or unwrapper), and will be ignored at runtime.

  4. (.->) :: Proto t -> (t -> a) -> a

    oo-prototypes Data.Prototype

    Field access

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

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

    enumset Data.EnumBitSet

    No documentation available.

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

    enumset Data.EnumBitSet

    No documentation available.

  8. (.|.) :: (Enum a, Bits w) => T w a -> T w a -> T w a

    enumset Data.EnumBitSet

    No documentation available.

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

    foundation Foundation.Bits

    Bitwise "and"

  10. (.<<.) :: Bits a => a -> Int -> a

    foundation Foundation.Bits

    Unsafe Shift Left Operator

Page 27 of many | Previous | Next