Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. mapOutput :: forall (m :: Type -> Type) a b e . Functor m => (a -> b) -> StreamExcept a m e -> StreamExcept b m e

    automaton Data.Stream.Except

    Apply a function to the output of the stream

  2. mapOptimizedStreamT :: (Functor m, Functor n) => (forall s . () => m (Result s a) -> n (Result s b)) -> OptimizedStreamT m a -> OptimizedStreamT n b

    automaton Data.Stream.Optimized

    Change the output type and effect of a stream without changing its state type.

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

    automaton Data.Stream.Result

    Apply a function to the state of a Result.

  4. 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.

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

    citeproc Citeproc.Types

    No documentation available.

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

    cursor Cursor.Forest

    No documentation available.

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

    cursor Cursor.List.NonEmpty

    No documentation available.

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

    cursor Cursor.Map

    No documentation available.

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

    cursor Cursor.Map

    No documentation available.

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

    cursor Cursor.Map

    No documentation available.

Page 213 of many | Previous | Next