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. maybeInvertCond :: Cond -> Maybe Cond

    ghc-lib GHC.CmmToAsm.X86.Cond

    If we apply maybeInvertCond to the condition of a jump we turn jumps taken into jumps not taken and vice versa. Careful! If the used comparison and the conditional jump don't match the above behaviour will NOT hold. When used for FP comparisons this does not consider unordered numbers. Also inverting twice might return a synonym for the original condition.

  2. maybeCreateManifest :: Logger -> TmpFs -> DynFlags -> FilePath -> IO [FilePath]

    ghc-lib GHC.Linker.Windows

    No documentation available.

  3. maybeModifyIdInfo :: Maybe IdInfo -> Id -> Id

    ghc-lib GHC.Plugins

    No documentation available.

  4. maybeLetNoEscape :: CgIdInfo -> Maybe (BlockId, [LocalReg])

    ghc-lib GHC.StgToCmm.Env

    No documentation available.

  5. maybeSubstNameShape :: NameShape -> Name -> Maybe Name

    ghc-lib GHC.Types.Name.Shape

    Like substNameShape, but returns Nothing if no substitution works.

  6. maybeStatement :: QuasiQuoter

    hasql-th Hasql.TH

    :: Statement params (Maybe row)
    
    Statement producing one row or none.

    Examples

    >>> :t [maybeStatement|select 1 :: int2|]
    ... :: Statement () (Maybe Int16)
    

  7. maybeNullOrUndefined :: ToJSVal value => value -> JSM (Maybe JSVal)

    jsaddle-dom JSDOM.Types

    Convert a JSVal to a Maybe JSVal (converting null and undefined to Nothing)

  8. maybeNullOrUndefined' :: ToJSVal value => (JSVal -> JSM a) -> value -> JSM (Maybe a)

    jsaddle-dom JSDOM.Types

    No documentation available.

  9. maybeToNullable :: ToJSVal a => Maybe a -> JSM JSVal

    jsaddle-dom JSDOM.Types

    No documentation available.

  10. maybeM :: Monad m => Maybe a -> (a -> m ()) -> m ()

    language-c Language.C.Analysis.TravMonad

    No documentation available.

Page 60 of many | Previous | Next