Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. isJust :: Maybe a -> Bool

    classy-prelude-yesod ClassyPrelude.Yesod

    The isJust function returns True iff its argument is of the form Just _.

    Examples

    Basic usage:
    >>> isJust (Just 3)
    True
    
    >>> isJust (Just ())
    True
    
    >>> isJust Nothing
    False
    
    Only the outer constructor is taken into consideration:
    >>> isJust (Just Nothing)
    True
    

  2. tryJust :: (MonadUnliftIO m, Exception e) => (e -> Maybe b) -> m a -> m (Either b a)

    classy-prelude-yesod ClassyPrelude.Yesod

    A variant of try that takes an exception predicate to select which exceptions are caught.

  3. adjust_dbVol :: [String] -> Float -> [String]

    dobutokO2 DobutokO.Sound.Functional.Basics

    Is used internally in the readProcessWithExitCode to adjust volume for the sound with additional dB value given by Float argument.

  4. ensureIsJust :: Maybe a -> ErrorOr ()

    error-or-utils Data.ErrorOr.Validation

    No documentation available.

  5. adjustEdgeWeight :: CFG -> (EdgeWeight -> EdgeWeight) -> BlockId -> BlockId -> CFG

    ghc-lib GHC.CmmToAsm.CFG

    Adjust the weight between the blocks using the given function. If there is no such edge returns the original map.

  6. adjustMatchResultDs :: (a -> DsM b) -> MatchResult a -> MatchResult b

    ghc-lib GHC.HsToCore.Utils

    No documentation available.

  7. adjustHpBackwards :: FCode ()

    ghc-lib GHC.StgToCmm.Layout

    No documentation available.

  8. data AdjustmentChangedSignalInfo

    gi-gtk GI.Gtk

    No documentation available.

  9. data AdjustmentClampPageMethodInfo

    gi-gtk GI.Gtk

    No documentation available.

  10. data AdjustmentConfigureMethodInfo

    gi-gtk GI.Gtk

    No documentation available.

Page 159 of many | Previous | Next