Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. addBootSuffixLocn_maybe :: IsBootInterface -> ModLocation -> ModLocation

    ghc GHC.Unit.Module.Location

    No documentation available.

  2. addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath

    ghc GHC.Unit.Module.Location

    Add the -boot suffix if the Bool argument is True

  3. lazyGetMaybe :: Binary a => BinHandle -> IO (Maybe a)

    ghc GHC.Utils.Binary

    Deserialize a value serialized by lazyPutMaybe.

  4. lazyPutMaybe :: Binary a => BinHandle -> Maybe a -> IO ()

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

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

    ghc GHC.Utils.Logger

    Dump if the given DumpFlag is set

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

    ghc GHC.Utils.Logger

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

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

    ghc GHC.Utils.Misc

    No documentation available.

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

    ghc GHC.Utils.Misc

    No documentation available.

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

    ghc GHC.Utils.Monad

    Applicative version of mapMaybe

  10. bndrIsJoin_maybe :: OutputableBndr a => a -> JoinPointHood

    ghc GHC.Utils.Outputable

    No documentation available.

Page 151 of many | Previous | Next