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. lastExitCode :: MonadSh m => m Int

    shelly Shelly.Lifted

    No documentation available.

  2. lastStderr :: MonadSh m => m Text

    shelly Shelly.Lifted

    No documentation available.

  3. lastExitCode :: Sh Int

    shelly Shelly.Pipe

    see lastExitCode

  4. lastStderr :: Sh Text

    shelly Shelly.Pipe

    see lastStderr

  5. 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.

  6. 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.

  7. lastChild :: Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Navigates a Cursor down to its last child.

  8. lastPointOf :: Primitive -> Point

    Rasterific Graphics.Rasterific

    Return the last point of a given primitive.

  9. lastTangeantOf :: Primitive -> Vector

    Rasterific Graphics.Rasterific

    Gives the orientation vector at the end of the primitive.

  10. lastS :: forall (m :: Type -> Type) a . Monad m => a -> Automaton m (Maybe a) a

    automaton Data.Automaton

    Remembers the last Just value, defaulting to the given initialisation value.

Page 36 of many | Previous | Next