Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. fromMaybes :: [Maybe a] -> Pattern a

    tidal Sound.Tidal.Boot

    'fromMaybes; is similar to fromList, but allows values to be optional using the Maybe type, so that Nothing results in gaps in the pattern. The following are equivalent: > d1 $ n (fromMaybes [Just 0, Nothing, Just 2]) # s "superpiano" > d1 $ n "0 ~ 2" # s "superpiano"

  2. subMaybeArc :: Maybe Arc -> Maybe Arc -> Maybe (Maybe Arc)

    tidal Sound.Tidal.Boot

    No documentation available.

  3. pKeyMaybe :: Text -> L Table -> L (Maybe Value)

    toml-reader-parse TOML.Parse

    No documentation available.

  4. whenMaybe :: Applicative m => Maybe a -> (a -> m ()) -> m ()

    tools-yj Control.Monad.ToolsYj

    No documentation available.

  5. whenMaybeDef :: Applicative m => b -> Maybe a -> (a -> m b) -> m b

    tools-yj Control.Monad.ToolsYj

    No documentation available.

  6. findMaybe :: (a -> Maybe b) -> [a] -> Maybe (a, b)

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

  7. findMaybeM :: Monad m => (a -> m (Maybe b)) -> [a] -> m (Maybe (a, b))

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

  8. imapMaybe :: (Unboxable a, Unboxable b) => (Int -> a -> Maybe b) -> Vector a -> Vector b

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  9. mapMaybe :: (Unboxable a, Unboxable b) => (a -> Maybe b) -> Vector a -> Vector b

    unboxing-vector Data.Vector.Unboxing

    No documentation available.

  10. runApplyMaybe :: forall (w :: (Type -> Type) -> Type -> Type) (s :: Type -> Type) a . (C w, C s) => Apply w s (Maybe a) -> Variable w s a -> T w s ()

    unique-logic-tf UniqueLogic.ST.TF.System

    No documentation available.

Page 288 of many | Previous | Next