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. lazyGetMaybe :: Binary a => ReadBinHandle -> IO (Maybe a)

    ghc-lib-parser GHC.Utils.Binary

    Deserialize a value serialized by lazyPutMaybe.

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

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

    ghc-lib-parser GHC.Utils.Logger

    Dump if the given DumpFlag is set

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

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

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

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

    ghc-lib-parser GHC.Utils.Monad

    Applicative version of mapMaybe

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

    ghc-lib-parser GHC.Utils.Outputable

    No documentation available.

  9. assertPprMaybe :: HasCallStack => Maybe SDoc -> a -> a

    ghc-lib-parser GHC.Utils.Panic

    No documentation available.

  10. annProvenanceName_maybe :: UnXRec p => AnnProvenance p -> Maybe (IdP p)

    ghc-lib-parser Language.Haskell.Syntax.Decls

    No documentation available.

Page 218 of many | Previous | Next