Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. mapMaybeModuleEnv :: (Module -> a -> Maybe b) -> ModuleEnv a -> ModuleEnv b

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  2. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc-lib-parser GHC.Unit.Module.Location

    No documentation available.

  3. addBootSuffix_maybe :: IsBootInterface -> OsPath -> OsPath

    ghc-lib-parser GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

  4. lazyGetMaybe :: Binary a => ReadBinHandle -> IO (Maybe a)

    ghc-lib-parser GHC.Utils.Binary

    Deserialize a value serialized by lazyPutMaybe.

  5. lazyPutMaybe :: Binary a => WriteBinHandle -> Maybe a -> IO ()

    ghc-lib-parser GHC.Utils.Binary

    Serialize the constructor strictly but lazily serialize a value inside a Just. This way we can check for the presence of a value without deserializing the value itself.

  6. putDumpFileMaybe :: Logger -> DumpFlag -> String -> DumpFormat -> SDoc -> IO ()

    ghc-lib-parser GHC.Utils.Logger

    Dump if the given DumpFlag is set

  7. putDumpFileMaybe' :: Logger -> NamePprCtx -> DumpFlag -> String -> DumpFormat -> SDoc -> IO ()

    ghc-lib-parser GHC.Utils.Logger

    Dump if the given DumpFlag is set Unlike putDumpFileMaybe, has a NamePprCtx argument

  8. lastMaybe :: [a] -> Maybe a

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  9. mapMaybe' :: Foldable f => (a -> Maybe b) -> f a -> [b]

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  10. mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]

    ghc-lib-parser GHC.Utils.Monad

    Applicative version of mapMaybe

Page 213 of many | Previous | Next