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. mapValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  2. mappendValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. mapf :: (a -> b) -> Format r (b -> t) -> Format r (a -> t)

    formatting Formatting

    Functorial map over a formatter's input. Example: format (mapf (drop 1) string) "hello"

  4. mapf :: (a -> b) -> Format r (b -> t) -> Format r (a -> t)

    formatting Formatting.Internal

    Functorial map over a formatter's input. Example: format (mapf (drop 1) string) "hello"

  5. mapTrack :: (Track -> Track) -> T -> T

    midi Sound.MIDI.File

    Apply a function to each track.

  6. mapBody :: (T -> T) -> TrackEvent -> TrackEvent

    midi Sound.MIDI.File.Event

    No documentation available.

  7. mapVoice :: (T -> T) -> T -> T

    midi Sound.MIDI.File.Event

    No documentation available.

  8. mapError :: forall e1 e2 (r :: EffectRow) a . Member (Error e2 :: (Type -> Type) -> Type -> Type) r => (e1 -> e2) -> Sem ((Error e1 :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a

    polysemy Polysemy.Error

    Transform one Error into another. This function can be used to aggregate multiple errors into a single type.

  9. mapBuffer :: BufferTarget -> BufferAccess -> IO (Maybe (Ptr a))

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  10. mapBufferRange :: BufferTarget -> Offset -> Length -> [MapBufferUsage] -> IO (Maybe (Ptr a))

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

Page 151 of many | Previous | Next