Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

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

    Agda Agda.Utils.List1

    Return the last element and the rest.

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

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

    Agda Agda.Utils.List1

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

  4. module Content.ItemKindBlast

    Blast definitions.

  5. pattern BLAST_SOURCE :: GroupName ItemKind

    Allure Content.ItemKindBlast

    No documentation available.

  6. blastBonusStatOf :: GroupName ItemKind -> GroupName ItemKind

    Allure Content.ItemKindBlast

    No documentation available.

  7. blastNoStatOf :: GroupName ItemKind -> GroupName ItemKind

    Allure Content.ItemKindBlast

    No documentation available.

  8. blasts :: [ItemKind]

    Allure Content.ItemKindBlast

    No documentation available.

  9. blastsGN :: [GroupName ItemKind]

    Allure Content.ItemKindBlast

    No documentation available.

  10. blastsGNSingleton :: [GroupName ItemKind]

    Allure Content.ItemKindBlast

    No documentation available.

Page 118 of many | Previous | Next