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. jsonLast' :: Parser Value

    attoparsec-aeson Data.Aeson.Parser

    Variant of json' which keeps only the last occurrence of every key.

  2. jsonLast :: Parser Value

    attoparsec-aeson Data.Aeson.Parser.Internal

    Variant of json which keeps only the last occurrence of every key.

  3. jsonLast' :: Parser Value

    attoparsec-aeson Data.Aeson.Parser.Internal

    Variant of json' which keeps only the last occurrence of every key.

  4. getLast :: Last a -> Maybe a

    generic-deriving Generics.Deriving.Monoid

    No documentation available.

  5. _last :: Snoc s s a a => AffineTraversal' s a

    optics-core Optics.Cons.Core

    An AffineTraversal reading and writing to the last element of a non-empty container.

    >>> "abc" ^? _last
    Just 'c'
    
    >>> "" ^? _last
    Nothing
    
    >>> [1,2,3] & _last %~ (+1)
    [1,2,4]
    
    >>> [1,2] ^? _last
    Just 2
    
    >>> [] & _last .~ 1
    []
    
    >>> [0] & _last .~ 2
    [2]
    
    >>> [0,1] & _last .~ 2
    [0,2]
    

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

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

    gi-glib GI.GLib.Functions

    Report the last result of testTimerElapsed. Since: 2.16

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

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

  10. pattern TYPE_RESERVED_BSE_LAST :: Int32

    gi-gobject GI.GObject.Constants

    Last fundamental type number reserved for BSE.

Page 71 of many | Previous | Next