Hoogle Search
Within LTS Haskell 24.10 (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.
(
.&&. ) :: (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
(
.=. ) :: Show a => String -> a -> ShowFieldsshow-combinators Text.Show.Combinators Show a single record field: a field name and a value separated by '='. This is an infix shorthand for showField when the value type is an instance of Show.
field .=. x = showField field (flip showsPrec x)
(
.: ) :: (Applicative f, Arrow arrow) => f (arrow b c) -> f (arrow a b) -> f (arrow a c)synthesizer-core Synthesizer.ApplicativeUtility No documentation available.
(
.^ ) :: (Functor f, Arrow arrow) => arrow b c -> f (arrow a b) -> f (arrow a c)synthesizer-core Synthesizer.ApplicativeUtility No documentation available.