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. initLast1 :: a -> [a] -> ([a], a)

    Agda Agda.Utils.List

    init and last of non-empty list, safe. O(n). initLast1 a as = (init (a:as), last (a:as)

  2. updateLast :: (a -> a) -> [a] -> [a]

    Agda Agda.Utils.List

    Update the last element of a list, if it exists. O(n).

  3. initLast :: List1 a -> ([a], a)

    Agda Agda.Utils.List1

    Return the last element and the rest.

  4. lensLast :: Functor f => (a -> f a) -> List1 a -> f (List1 a)

    Agda Agda.Utils.List1

    Focus on the last element of a non-empty list. O(n).

  5. updateLast :: (a -> a) -> List1 a -> List1 a

    Agda Agda.Utils.List1

    Update the last element of a non-empty list. O(n).

  6. module Content.ItemKindBlast

    Blast definitions.

  7. pattern BLAST_SOURCE :: GroupName ItemKind

    Allure Content.ItemKindBlast

    No documentation available.

  8. blastBonusStatOf :: GroupName ItemKind -> GroupName ItemKind

    Allure Content.ItemKindBlast

    No documentation available.

  9. blastNoStatOf :: GroupName ItemKind -> GroupName ItemKind

    Allure Content.ItemKindBlast

    No documentation available.

  10. blasts :: [ItemKind]

    Allure Content.ItemKindBlast

    No documentation available.

Page 118 of many | Previous | Next