Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. lastStderr :: Sh Text

    shelly Shelly

    The output of last external command. See run.

  2. lastExitCode :: MonadSh m => m Int

    shelly Shelly.Lifted

    No documentation available.

  3. lastStderr :: MonadSh m => m Text

    shelly Shelly.Lifted

    No documentation available.

  4. lastExitCode :: Sh Int

    shelly Shelly.Pipe

    see lastExitCode

  5. lastStderr :: Sh Text

    shelly Shelly.Pipe

    see lastStderr

  6. last_ :: Monad m => ByteStream m r -> m Word8

    streaming-bytestring Streaming.ByteString

    O(n/c) Extract the last element of a ByteStream, which must be finite and non-empty.

  7. last_ :: Monad m => ByteStream m r -> m Char

    streaming-bytestring Streaming.ByteString.Char8

    O(n/c) Extract the last element of a ByteStream, which must be finite and non-empty.

  8. lastChild :: Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Navigates a Cursor down to its last child.

  9. lastPointOf :: Primitive -> Point

    Rasterific Graphics.Rasterific

    Return the last point of a given primitive.

  10. lastTangeantOf :: Primitive -> Vector

    Rasterific Graphics.Rasterific

    Gives the orientation vector at the end of the primitive.

Page 36 of many | Previous | Next