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. lastDigitIn :: (BitSystem s, Bits α) => s -> α -> Int

    text-printer Text.Printer.Fractional

    Map the last digit of a number to the corresponding Int value.

  2. lastDigitIn :: (BitSystem s, Bits α) => s -> α -> Int

    text-printer Text.Printer.Integral

    Map the last digit of a number to the corresponding Int value.

  3. lastEndpoint :: Socket a -> IO String

    zeromq4-haskell System.ZMQ4

    zmq_getsockopt ZMQ_LAST_ENDPOINT.

  4. lastEndpoint :: ZMQOption

    zeromq4-haskell System.ZMQ4.Internal.Base

    No documentation available.

  5. lastEndpoint :: Socket z t -> ZMQ z String

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  6. lastPoint :: TPath -> TPoint

    HaTeX Text.LaTeX.Packages.TikZ.Syntax

    Calculate the last point of a TPath.

  7. lastMacroFrame :: KeyMacroFrame -> [KeyMacroFrame] -> KeyMacroFrame

    LambdaHack Game.LambdaHack.Client.UI.FrameM

    No documentation available.

  8. lastL :: List l => l a -> ItemM l a

    List Data.List.Class

    Consume all items and return the last one

    > runIdentity $ lastL "hello"
    'o'
    

  9. lastC :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m (Maybe a)

    classy-prelude-conduit ClassyPrelude.Conduit

    Retrieve the last value in the stream, if present.

  10. lastCE :: forall (m :: Type -> Type) seq o . (Monad m, IsSequence seq) => ConduitT seq o m (Maybe (Element seq))

    classy-prelude-conduit ClassyPrelude.Conduit

    Retrieve the last element in the chunked stream, if present.

Page 38 of many | Previous | Next