Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. (.&.) :: BitOps bits => bits -> bits -> bits

    basement Basement.Bits

    No documentation available.

  2. (.<<.) :: BitOps bits => bits -> CountOf Bool -> bits

    basement Basement.Bits

    No documentation available.

  3. (.>>.) :: BitOps bits => bits -> CountOf Bool -> bits

    basement Basement.Bits

    No documentation available.

  4. (.^.) :: BitOps bits => bits -> bits -> bits

    basement Basement.Bits

    No documentation available.

  5. (.|.) :: BitOps bits => bits -> bits -> bits

    basement Basement.Bits

    No documentation available.

  6. (.==#) :: Offset ty -> CountOf ty -> Bool

    basement Basement.Types.OffsetSize

    No documentation available.

  7. (.::.) :: Tagged a b -> a -> b

    crypto-api Crypto.Util

    Infix for operator

  8. (.>) :: (IsName a1, IsName a2) => a1 -> a2 -> Name

    diagrams-core Diagrams.Core

    Convenient operator for writing qualified names with atomic components of different types. Instead of writing toName a1 <> toName a2 <> toName a3 you can just write a1 .> a2 .> a3.

  9. (.>>) :: (Qualifiable q, IsName a) => a -> q -> q

    diagrams-core Diagrams.Core

    Qualify with the given name.

  10. (.>) :: (IsName a1, IsName a2) => a1 -> a2 -> Name

    diagrams-core Diagrams.Core.Names

    Convenient operator for writing qualified names with atomic components of different types. Instead of writing toName a1 <> toName a2 <> toName a3 you can just write a1 .> a2 .> a3.

Page 19 of many | Previous | Next