Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. maybe_ :: b -> (a -> b) -> Maybe a -> b

    singletons-base Data.Maybe.Singletons

    No documentation available.

  2. maybe_ :: b -> (a -> b) -> Maybe a -> b

    singletons-base Prelude.Singletons

    No documentation available.

  3. maybeMoveB :: TextUnit -> Direction -> BufferM ()

    yi-core Yi.Buffer.Normal

    As moveB, unless the point is at a unit boundary

  4. maybeMoveB :: TextUnit -> Direction -> BufferM ()

    yi-core Yi.Buffer.TextUnit

    As moveB, unless the point is at a unit boundary

  5. maybeMoveB :: TextUnit -> Direction -> BufferM ()

    yi-core Yi.Config.Simple

    As moveB, unless the point is at a unit boundary

  6. maybeM :: Monad m => (x -> m ()) -> Maybe x -> m ()

    yi-core Yi.Monad

    No documentation available.

  7. maybed :: Builder -> Format Builder (a -> Builder) -> Format r (Maybe a -> r)

    formatting Formatting.Combinators

    Render a Maybe value either as a default (if Nothing) or using the given formatter:

    >>> format (maybed "Goodbye" text) Nothing
    "Goodbye"
    
    >>> format (maybed "Goodbye" text) (Just "Hello")
    "Hello"
    

  8. maybeMIDIEvent :: T -> Maybe T

    midi Sound.MIDI.File.Event

    No documentation available.

  9. maybeMetaEvent :: T -> Maybe T

    midi Sound.MIDI.File.Event

    No documentation available.

  10. maybeVoice :: T -> Maybe (Channel, T)

    midi Sound.MIDI.File.Event

    No documentation available.

Page 26 of many | Previous | Next