Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. maybeTokenCat :: Cat -> Maybe TokenCat

    BNFC BNFC.CF

    No documentation available.

  2. maybeLsb :: Ranked t => t -> Maybe Int

    OrderedBits Data.Bits.Ordered

    Maybe the lowest active bit.

  3. maybeNextActive :: Ranked t => Int -> t -> Maybe Int

    OrderedBits Data.Bits.Ordered

    Return next active bit, using Maybe.

  4. mayBecomeMultipleArgs :: Token -> Bool

    ShellCheck ShellCheck.ASTLib

    No documentation available.

  5. maybeToEvent :: Maybe a -> Event a

    Yampa FRP.Yampa

    Convert a maybe value into a event (Event is isomorphic to Maybe).

  6. maybeToEvent :: Maybe a -> Event a

    Yampa FRP.Yampa.Event

    Convert a maybe value into a event (Event is isomorphic to Maybe).

  7. maybeKey :: Key -> Decoder a -> Decoder (Maybe a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Same as key but works with omitted attributes in payloads and produces parsed values in the context of Maybe. Note that this combinator behaves differently to a combination of maybe and key, which produce error if the attribute is missing from the json object. >>> decode (maybeKey "data" int) "{}" Just Nothing

  8. maybeDecoder :: Decoder r -> Maybe r

    binary-parsers Data.Binary.Parser

    Convert a Decoder value to a Maybe value. A Partial result is treated as failure. Since: 0.2.3.0

  9. maybeKey :: String -> Maybe String -> Query

    bodhi Fedora.Bodhi

    Maybe create a query key

  10. maybeL :: Lens' a (Maybe b) -> Maybe b -> a -> a

    cabal-debian Debian.Debianize.Prelude

    If the current value of view x is Nothing, replace it with f.

Page 48 of many | Previous | Next