Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapResultState :: (s1 -> s2) -> Result s1 a -> Result s2 a

    automaton Data.Stream.Result

    Apply a function to the state of a Result.

  2. mappend :: Monoid a => a -> a -> a

    base-prelude BasePrelude

    An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.

  3. mapText :: CiteprocOutput a => (Text -> Text) -> a -> a

    citeproc Citeproc.Types

    No documentation available.

  4. mapForestCursor :: (a -> c) -> (b -> d) -> ForestCursor a b -> ForestCursor c d

    cursor Cursor.Forest

    No documentation available.

  5. mapNonEmptyCursor :: (a -> c) -> (b -> d) -> NonEmptyCursor a b -> NonEmptyCursor c d

    cursor Cursor.List.NonEmpty

    No documentation available.

  6. mapCursorAppend :: k -> v -> MapCursor kc vc k v -> MapCursor kc vc k v

    cursor Cursor.Map

    No documentation available.

  7. mapCursorAppendAndSelectKey :: (kc -> k) -> (vc -> v) -> kc -> v -> MapCursor kc vc k v -> MapCursor kc vc k v

    cursor Cursor.Map

    No documentation available.

  8. mapCursorAppendAndSelectValue :: (kc -> k) -> (vc -> v) -> k -> vc -> MapCursor kc vc k v -> MapCursor kc vc k v

    cursor Cursor.Map

    No documentation available.

  9. mapCursorDeleteElem :: (k -> kc) -> MapCursor kc vc k v -> DeleteOrUpdate (MapCursor kc vc k v)

    cursor Cursor.Map

    No documentation available.

  10. mapCursorDeleteElemAndSelectNext :: (k -> kc) -> MapCursor kc vc k v -> Maybe (DeleteOrUpdate (MapCursor kc vc k v))

    cursor Cursor.Map

    No documentation available.

Page 253 of many | Previous | Next