• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

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

    trifecta Text.Trifecta.Rendering

    No documentation available.

  2. (.&&.) :: 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

  3. (.||.) :: 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

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

    Chart Graphics.Rendering.Chart.Grid

    A synonym for above.

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

    Chart Graphics.Rendering.Chart.Grid

    A synonym for beside.

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

    avro Data.Avro.Encoding.ToAvro

    No documentation available.

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

    base-prelude BasePrelude.Operators

    Bitwise "and"

  8. (.|.) :: Bits a => a -> a -> a

    base-prelude BasePrelude.Operators

    Bitwise "or"

  9. (.->.) :: NodeId -> NodeId -> Dot ()

    dotgen Text.Dot

    .->. generates an edge between two NodeIds.

  10. (.:) :: FromGraphSON a => KeyMap GValue -> Key -> Parser a

    greskell-core Data.Greskell.GraphSON

    Like Aeson's .:, but for FromGraphSON.

Page 29 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete