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.
-
attoparsec-aeson Data.Aeson.Parser Variant of json' which keeps only the last occurrence of every key.
-
attoparsec-aeson Data.Aeson.Parser.Internal Variant of json which keeps only the last occurrence of every key.
-
attoparsec-aeson Data.Aeson.Parser.Internal Variant of json' which keeps only the last occurrence of every key.
-
generic-deriving Generics.Deriving.Monoid No documentation available.
_last :: Snoc s s a a => AffineTraversal' s aoptics-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]
-
optics-core Optics.IxFold Retrieve the last entry of an IxFold along with its index.
>>> ilastOf ifolded [1..10] Just (9,10)
testTimerLast :: (HasCallStack, MonadIO m) => m Doublegi-glib GI.GLib.Functions Report the last result of testTimerElapsed. Since: 2.16
dateIsLastOfMonth :: (HasCallStack, MonadIO m) => Date -> m Boolgi-glib GI.GLib.Structs.Date Returns True if the date is the last day of the month. The date must be valid.
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
pattern
TYPE_RESERVED_BSE_LAST :: Int32gi-gobject GI.GObject.Constants Last fundamental type number reserved for BSE.