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.
(
.&. ) :: BitOps bits => bits -> bits -> bitsbasement Basement.Bits No documentation available.
(
.<<. ) :: BitOps bits => bits -> CountOf Bool -> bitsbasement Basement.Bits No documentation available.
(
.>>. ) :: BitOps bits => bits -> CountOf Bool -> bitsbasement Basement.Bits No documentation available.
(
.^. ) :: BitOps bits => bits -> bits -> bitsbasement Basement.Bits No documentation available.
(
.|. ) :: BitOps bits => bits -> bits -> bitsbasement Basement.Bits No documentation available.
(
.==# ) :: Offset ty -> CountOf ty -> Boolbasement Basement.Types.OffsetSize No documentation available.
(
.::. ) :: Tagged a b -> a -> bcrypto-api Crypto.Util Infix for operator
(
.> ) :: (IsName a1, IsName a2) => a1 -> a2 -> Namediagrams-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.
(
.>> ) :: (Qualifiable q, IsName a) => a -> q -> qdiagrams-core Diagrams.Core Qualify with the given name.
(
.> ) :: (IsName a1, IsName a2) => a1 -> a2 -> Namediagrams-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.