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. maybes2List :: [Maybe a] -> [a]

    funcmp FMP.Resolve

    No documentation available.

  2. maybeCharLikeCon :: DataCon -> Bool

    ghc-lib GHC.Builtin.Utils

    No documentation available.

  3. maybeIntLikeCon :: DataCon -> Bool

    ghc-lib GHC.Builtin.Utils

    No documentation available.

  4. maybeFlipCond :: Cond -> Maybe Cond

    ghc-lib GHC.CmmToAsm.X86.Cond

    maybeFlipCond c returns Just c' if it is possible to flip the arguments to the conditional c, and the new condition should be c'.

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

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

    ghc-lib GHC.Linker.Windows

    No documentation available.

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

    ghc-lib GHC.Plugins

    No documentation available.

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

    ghc-lib GHC.StgToCmm.Env

    No documentation available.

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

    ghc-lib GHC.Types.Name.Shape

    Like substNameShape, but returns Nothing if no substitution works.

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

Page 79 of many | Previous | Next