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.
(
.>>. ) :: Bits a => a -> Int -> afoundation Foundation.Bits Unsafe Shift Right Operator
(
.|. ) :: Bits a => a -> a -> afoundation Foundation.Bits Bitwise "or"
-
foundation Foundation.Conduit Operator version of fuse.
(
.~ ) :: ASetter s t a b -> b -> s -> tlens-family-core Lens.Family Set all referenced fields to the given value.
(
.= ) :: forall (m :: Type -> Type) s a b . Monad m => ASetter s s a b -> b -> StateT s m ()lens-family-core Lens.Family.State.Lazy Set a field of the state.
(
.= ) :: forall (m :: Type -> Type) s a b . Monad m => ASetter s s a b -> b -> StateT s m ()lens-family-core Lens.Family.State.Strict Set a field of the state.
(
.&&. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Propertymassiv-test Test.Massiv.Utils Conjunction: p1 .&&. p2 passes if both p1 and p2 pass.
(
.||. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Propertymassiv-test Test.Massiv.Utils Disjunction: p1 .||. p2 passes unless p1 and p2 simultaneously fail.
(
... ) :: Space s => Element s -> Element s -> snumhask-space NumHask.Space create a normalised space from two elements
(
.> ) :: Apply f => f a -> f b -> f brebase Rebase.Prelude a .> b = const id <$> a <.> b