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

Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. minimumMay :: (Foldable t, Ord a) => t a -> Maybe a

    safe Safe.Foldable

    No documentation available.

  2. maximumMay :: (Foldable t, Ord a) => t a -> Maybe a

    safe Safe.Foldable

    No documentation available.

  3. maximumMay :: (Foldable t, Ord a) => t a -> Maybe a

    verset Verset

    No documentation available.

  4. minimumMay :: (Foldable t, Ord a) => t a -> Maybe a

    verset Verset

    No documentation available.

  5. maximumMaybe :: (Ord a, Foldable t) => t a -> Maybe a

    rio RIO.List

    No documentation available.

  6. minimumMaybe :: (Ord a, Foldable t) => t a -> Maybe a

    rio RIO.List

    No documentation available.

  7. maximum :: forall t a . (Ord a, Foldable t) => t a -> Maybe a

    incipit-base Incipit.Foldable

    Safe version of maximum.

  8. minimum :: forall t a . (Ord a, Foldable t) => t a -> Maybe a

    incipit-base Incipit.Foldable

    Safe version of minimum.

  9. getFirstElement :: Foldable t => t a -> Maybe a

    yi-core Yi.Syntax.Tree

    Return the 1st token of a subtree.

  10. getLastElement :: Foldable t => t a -> Maybe a

    yi-core Yi.Syntax.Tree

    Return the last token of a subtree.

Page 1 of many | Next

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