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. maybeFrom :: IsSome a b => a -> Maybe b

    lawful-conversions LawfulConversions

    Partial inverse of to.

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

    mealy Data.Mealy

    most recent value if it exists, previous value otherwise.

  3. 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.

  4. maybeAddContext' :: Q Exp

    melf Control.Exception.ChainedException

    $maybeAddContext' is the same as $maybeAddContext ""

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

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

    monadology Control.Monad.Ology.Specific.Result

    No documentation available.

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

  8. 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.

  9. 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.

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

    nvim-hs-ghcid Neovim.Ghcid.Plugin

    No documentation available.

Page 53 of many | Previous | Next