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. liftMaybe :: MonadPlus m => Maybe a -> m a

    monad-extras Control.Monad.Extra

    Lift a Maybe value into the MaybeT monad transformer.

  2. mapMaybeM :: (Monad m, Functor m) => (a -> m (Maybe b)) -> [a] -> m [b]

    monad-extras Control.Monad.Extra

    A monadic version of mapMaybe :: (a -> Maybe b) -> [a] -> [b].

  3. pMaybe :: (a -> Doc) -> Maybe a -> Doc

    ofx Data.OFX

    No documentation available.

  4. swapMaybeEither :: Maybe (Either a b) -> Either a (Maybe b)

    ogma-language-xmlspec Language.XMLSpec.Parser

    Swap the Maybe and Either layers of a value.

  5. swapMaybeExceptT :: forall (m :: Type -> Type) a b . Monad m => Maybe (ExceptT a m b) -> ExceptT a m (Maybe b)

    ogma-language-xmlspec Language.XMLSpec.Parser

    Swap the Maybe and Either layers of a value.

  6. mapMaybe :: Fractional prob => (a -> Maybe b) -> T prob a -> T prob b

    probability Numeric.Probability.Distribution

    No documentation available.

  7. compareMaybe :: Ord a => Maybe a -> Maybe a -> Ordering

    probability Numeric.Probability.Example.Kruskal

    No documentation available.

  8. bitSizeMaybeProxied :: forall proxy a . Bits a => proxy a -> Maybe Int

    proxied Data.Proxied

    bitSizeMaybeProxied = proxied bitSizeMaybe
    
    This function is only available with base-4.7 or later. Since: 0.1

  9. theBitSizeMaybe :: Bits a => Maybe Int

    proxied Data.Proxyless

    theBitSizeMaybe = undefinedless bitSizeMaybe
    
    Since: 0.2

  10. readListOfMaybes :: FromByteString a => String -> Resp -> Result [Maybe a]

    redis-resp Data.Redis.Command

    No documentation available.

Page 304 of many | Previous | Next