Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. type BinMaybeFnTable a = [(a -> Bool, [BinMaybeFnDescr a])]

    swish Swish.Datatype

    altArgs support for binary function with provision for indicating inconsistent supplied values: function descriptor table type

  2. binMaybeFnApp :: BinMaybeFnApply a

    swish Swish.Datatype

    altArgs support for binary function with provision for indicating inconsistent supplied values: function applicator

  3. getMaybeContextAxiom :: ScopedName -> [Ruleset ex] -> Maybe (Formula ex)

    swish Swish.Ruleset

    Find a named axiom in a proof context.

  4. getMaybeContextRule :: ScopedName -> [Ruleset ex] -> Maybe (Rule ex)

    swish Swish.Ruleset

    Find a named rule in a proof context.

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

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

    tidal Sound.Tidal.Boot

    No documentation available.

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

    toml-reader-parse TOML.Parse

    No documentation available.

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

    tools-yj Control.Monad.ToolsYj

    No documentation available.

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

    tools-yj Control.Monad.ToolsYj

    No documentation available.

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

    tools-yj Data.Maybe.ToolsYj

    No documentation available.

Page 292 of many | Previous | Next