Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. maybeStruct :: Value -> Maybe Struct

    koji Distribution.Koji.API

    No documentation available.

  2. maybePeekChar :: P (Maybe Char)

    language-c-quote Language.C.Parser.Monad

    No documentation available.

  3. maybePP :: Pretty a => Int -> Maybe a -> Doc

    language-java Language.Java.Pretty

    No documentation available.

  4. maybeFrom :: IsSome a b => a -> Maybe b

    lawful-conversions LawfulConversions

    Partial inverse of to.

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

  6. maybeAddContext' :: Q Exp

    melf Control.Exception.ChainedException

    $maybeAddContext' is the same as $maybeAddContext ""

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

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

    monadology Control.Monad.Ology.Specific.Result

    No documentation available.

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

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

Page 68 of many | Previous | Next