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.

  1. (.=.) :: Show a => String -> a -> ShowFields

    show-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)
    

  2. (.:) :: (Applicative f, Arrow arrow) => f (arrow b c) -> f (arrow a b) -> f (arrow a c)

    synthesizer-core Synthesizer.ApplicativeUtility

    No documentation available.

  3. (.^) :: (Functor f, Arrow arrow) => arrow b c -> f (arrow a b) -> f (arrow a c)

    synthesizer-core Synthesizer.ApplicativeUtility

    No documentation available.

  4. (.#) :: (Delta -> Lines -> Lines) -> Rendering -> Rendering

    trifecta Text.Trifecta.Rendering

    No documentation available.

  5. (.&&.) :: Monad m => m ExitCode -> m ExitCode -> m ExitCode

    turtle Turtle.Prelude

    Analogous to && in Bash Runs the second command only if the first one returns ExitSuccess

  6. (.||.) :: Monad m => m ExitCode -> m ExitCode -> m ExitCode

    turtle Turtle.Prelude

    Analogous to || in Bash Run the second command only if the first one returns ExitFailure

  7. (./.) :: Grid a -> Grid a -> Grid a

    Chart Graphics.Rendering.Chart.Grid

    A synonym for above.

  8. (.|.) :: Grid a -> Grid a -> Grid a

    Chart Graphics.Rendering.Chart.Grid

    A synonym for beside.

  9. (.=) :: ToAvro a => Text -> a -> (Text, Encoder)

    avro Data.Avro.Encoding.ToAvro

    No documentation available.

  10. (.&.) :: Bits a => a -> a -> a

    base-prelude BasePrelude.Operators

    Bitwise "and"

Page 29 of many | Previous | Next