Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

    yi-core Yi.Buffer.TextUnit

    As moveB, unless the point is at a unit boundary

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

    yi-core Yi.Config.Simple

    As moveB, unless the point is at a unit boundary

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

    yi-core Yi.Monad

    No documentation available.

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

  5. maybeMIDIEvent :: T -> Maybe T

    midi Sound.MIDI.File.Event

    No documentation available.

  6. maybeMetaEvent :: T -> Maybe T

    midi Sound.MIDI.File.Event

    No documentation available.

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

    midi Sound.MIDI.File.Event

    No documentation available.

  8. maybeFromByteList :: ByteList -> T T

    midi Sound.MIDI.File.Load

    No documentation available.

  9. maybeFromByteString :: ByteString -> T T

    midi Sound.MIDI.File.Load

    No documentation available.

  10. maybeFromByteString :: ByteString -> T T

    midi Sound.MIDI.Message

    No documentation available.

Page 41 of many | Previous | Next