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

Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. lastXRef :: Buffer -> IO XRef

    pdf-toolbox-core Pdf.Core.XRef

    Find the last cross reference

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

    text-printer Text.Printer.Fractional

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

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

    text-printer Text.Printer.Integral

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

  4. lastEndpoint :: Socket a -> IO String

    zeromq4-haskell System.ZMQ4

    zmq_getsockopt ZMQ_LAST_ENDPOINT.

  5. lastEndpoint :: ZMQOption

    zeromq4-haskell System.ZMQ4.Internal.Base

    No documentation available.

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

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  7. lastPoint :: TPath -> TPoint

    HaTeX Text.LaTeX.Packages.TikZ.Syntax

    Calculate the last point of a TPath.

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

    LambdaHack Game.LambdaHack.Client.UI.FrameM

    No documentation available.

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

    List Data.List.Class

    Consume all items and return the last one

    > runIdentity $ lastL "hello"
    'o'
    

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

Page 38 of many | Previous | Next

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