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.
(
.=. ) :: 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.
(
.# ) :: (Delta -> Lines -> Lines) -> Rendering -> Renderingtrifecta Text.Trifecta.Rendering No documentation available.
(
.&&. ) :: Monad m => m ExitCode -> m ExitCode -> m ExitCodeturtle Turtle.Prelude Analogous to && in Bash Runs the second command only if the first one returns ExitSuccess
(
.||. ) :: Monad m => m ExitCode -> m ExitCode -> m ExitCodeturtle Turtle.Prelude Analogous to || in Bash Run the second command only if the first one returns ExitFailure
(
./. ) :: Grid a -> Grid a -> Grid aChart Graphics.Rendering.Chart.Grid A synonym for above.
(
.|. ) :: Grid a -> Grid a -> Grid aChart Graphics.Rendering.Chart.Grid A synonym for beside.
(
.= ) :: ToAvro a => Text -> a -> (Text, Encoder)avro Data.Avro.Encoding.ToAvro No documentation available.
(
.&. ) :: Bits a => a -> a -> abase-prelude BasePrelude.Operators Bitwise "and"