Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. mappendValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

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

  3. 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"

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

    midi Sound.MIDI.File

    Apply a function to each track.

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

    midi Sound.MIDI.File.Event

    No documentation available.

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

    midi Sound.MIDI.File.Event

    No documentation available.

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

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

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

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

    OpenGL Graphics.Rendering.OpenGL.GL.BufferObjects

    No documentation available.

  10. map1 :: forall m (c :: Type -> Type) d . (Map1 m, ControlPoint c, Domain d) => StateVar (Maybe (m c d))

    OpenGL Graphics.Rendering.OpenGL.GL.Evaluators

    No documentation available.

Page 151 of many | Previous | Next