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.
maybe_ :: b -> (a -> b) -> Maybe a -> bsingletons-base Data.Maybe.Singletons No documentation available.
maybe_ :: b -> (a -> b) -> Maybe a -> bsingletons-base Prelude.Singletons No documentation available.
maybeMoveB :: TextUnit -> Direction -> BufferM ()yi-core Yi.Buffer.Normal As moveB, unless the point is at a unit boundary
maybeMoveB :: TextUnit -> Direction -> BufferM ()yi-core Yi.Buffer.TextUnit As moveB, unless the point is at a unit boundary
maybeMoveB :: TextUnit -> Direction -> BufferM ()yi-core Yi.Config.Simple As moveB, unless the point is at a unit boundary
maybeM :: Monad m => (x -> m ()) -> Maybe x -> m ()yi-core Yi.Monad No documentation available.
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"
maybeMIDIEvent :: T -> Maybe Tmidi Sound.MIDI.File.Event No documentation available.
maybeMetaEvent :: T -> Maybe Tmidi Sound.MIDI.File.Event No documentation available.
maybeVoice :: T -> Maybe (Channel, T)midi Sound.MIDI.File.Event No documentation available.