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. improvingLast :: (a :~> b) -> b

    test-framework Test.Framework.Providers.API

    No documentation available.

  2. listToMaybeLast :: [a] -> Maybe a

    test-framework Test.Framework.Providers.API

    No documentation available.

  3. cookie_last_access_time :: Cookie -> UTCTime

    http-client Network.HTTP.Client

    No documentation available.

  4. cookie_last_access_time :: Cookie -> UTCTime

    http-client Network.HTTP.Client.Internal

    No documentation available.

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

    microlens Lens.Micro

    _last gives you access to the last element of the list:

    >>> "Hello." ^? _last
    '.'
    
    See documentation for _head, as _last and _head are pretty similar.

  6. getLast :: Last a -> Maybe a

    base-compat Data.Monoid.Compat

    No documentation available.

  7. getLast :: Last a -> a

    base-compat Data.Semigroup.Compat

    No documentation available.

  8. splitLast :: [a] -> ([a], a)

    utility-ht Data.List.HT

    Deprecated: use viewR instead

  9. cookie_last_access_time :: Cookie -> UTCTime

    http-conduit Network.HTTP.Client.Conduit

    No documentation available.

  10. cookie_last_access_time :: Cookie -> UTCTime

    http-conduit Network.HTTP.Conduit

    No documentation available.

Page 67 of many | Previous | Next