Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. ilastOf :: forall k (is :: IxList) i s a . (Is k A_Fold, HasSingleIndex is i) => Optic' k is s a -> s -> Maybe (i, a)

    optics-core Optics.IxFold

    Retrieve the last entry of an IxFold along with its index.

    >>> ilastOf ifolded [1..10]
    Just (9,10)
    

  2. wordArrayLast# :: WordArray# -> Word#

    ghc-bignum GHC.Num.WordArray

    Get the last Word (must be non empty!)

  3. testTimerLast :: (HasCallStack, MonadIO m) => m Double

    gi-glib GI.GLib.Functions

    Report the last result of testTimerElapsed. Since: 2.16

  4. dateIsLastOfMonth :: (HasCallStack, MonadIO m) => Date -> m Bool

    gi-glib GI.GLib.Structs.Date

    Returns True if the date is the last day of the month. The date must be valid.

  5. treeNodeLast :: (HasCallStack, MonadIO m) => Tree -> m (Maybe TreeNode)

    gi-glib GI.GLib.Structs.Tree

    Returns the last in-order node of the tree, or Nothing for an empty tree. Since: 2.68

  6. pattern TYPE_RESERVED_BSE_LAST :: Int32

    gi-gobject GI.GObject.Constants

    Last fundamental type number reserved for BSE.

  7. pattern TYPE_RESERVED_GLIB_LAST :: Int32

    gi-gobject GI.GObject.Constants

    Last fundamental type number reserved for GLib.

  8. SignalFlagsRunLast :: SignalFlags

    gi-gobject GI.GObject.Flags

    Invoke the object method handler in the third emission stage.

  9. DropLast :: Int -> Extractor

    hmatrix Numeric.LinearAlgebra.Data

    No documentation available.

  10. TakeLast :: Int -> Extractor

    hmatrix Numeric.LinearAlgebra.Data

    No documentation available.

Page 71 of many | Previous | Next