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

Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

    Chart Graphics.Rendering.Chart.Grid

    A synonym for above.

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

    Chart Graphics.Rendering.Chart.Grid

    A synonym for beside.

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

    avro Data.Avro.Encoding.ToAvro

    No documentation available.

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

    base-prelude BasePrelude.Operators

    Bitwise "and"

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

    base-prelude BasePrelude.Operators

    Bitwise "or"

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

    dotgen Text.Dot

    .->. generates an edge between two NodeIds.

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

    greskell-core Data.Greskell.GraphSON

    Like Aeson's .:, but for FromGraphSON.

  10. (.:) :: FromValue a => Object -> Key -> Parser a

    hpack Hpack.Yaml

    No documentation available.

Page 29 of many | Previous | Next

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