Hoogle Search

Within LTS Haskell 24.21 (ghc-9.10.3)

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

  1. maybeLast :: a -> Mealy (Maybe a) a

    mealy Data.Mealy

    most recent value if it exists, previous value otherwise.

  2. maybeAddContext :: Q Exp

    melf Control.Exception.ChainedException

    $maybeAddContext results in a function of type 'maybeAddContext :: MonadThrow m => String -> Maybe a -> m a'. If its second argument is Nothing, it throws ChainedException with its first argument, else it returns the value of Just.

  3. maybeAddContext' :: Q Exp

    melf Control.Exception.ChainedException

    $maybeAddContext' is the same as $maybeAddContext ""

  4. maybeToExceptT :: forall (m :: Type -> Type) e a . Functor m => e -> MaybeT m a -> ExceptT e m a

    monadology Control.Monad.Ology.Specific.MaybeT

    Convert a MaybeT computation to ExceptT, with a default exception value.

  5. maybeToM :: MonadFail m => String -> Maybe a -> m a

    monadology Control.Monad.Ology.Specific.Result

    No documentation available.

  6. maybeCabal :: MonadIO io => Directory -> io (Maybe BuildTool)

    nvim-hs-contrib Neovim.BuildTool

    Check if the directory contains a cabal file and return Just (Cabal Plain) if present.

  7. maybeCabalSandbox :: MonadIO io => Directory -> io (Maybe BuildTool)

    nvim-hs-contrib Neovim.BuildTool

    Check if the directory contains a cabal.sandbox.config file and return Just (Cabal Sandbox) in that case.

  8. maybeStack :: MonadIO io => Directory -> io (Maybe BuildTool)

    nvim-hs-contrib Neovim.BuildTool

    Check if directory contains a stack.yaml file and return Just Stack in this case.

  9. maybePluginConfig :: MonadIO io => Directory -> io (Maybe BuildTool)

    nvim-hs-ghcid Neovim.Ghcid.Plugin

    No documentation available.

  10. maybeToNullable :: Maybe (Field a) -> FieldNullable a

    opaleye Opaleye.Field

    If the argument is Nothing return NULL otherwise return the provided value coerced to a nullable type.

Page 68 of many | Previous | Next