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. onNextContainerMaybe :: ASN1ConstructionType -> ParseASN1 a -> ParseASN1 (Maybe a)

    asn1-parse Data.ASN1.Parse

    just like onNextContainer, except it doesn't throw an error if the container doesn't exists.

  2. hsMaybe :: Maybe HsExpr -> HsExpr

    beam-migrate Database.Beam.Haskell.Syntax

    No documentation available.

  3. beamDeserializeMaybe :: Typeable a => BeamDeserializers be -> Maybe Value -> Parser (Maybe a)

    beam-migrate Database.Beam.Migrate.Serialization

    Helper function to deserialize data from a Maybe Value.

    beamDeserializeMaybe _ Nothing = pure Nothing
    beamDeserializeMaybe d (Just v) = Just $ beamDeserialize d v
    

  4. predMaybe :: BinP -> Maybe BinP

    bin Data.BinP

    No documentation available.

  5. peekMaybe :: Get (Maybe Char)

    binary-parsers Data.Binary.Parser.Char8

    Match any char, to perform lookahead. Returns Nothing if end of input has been reached. Does not consume any input.

  6. peekMaybe :: Get (Maybe Word8)

    binary-parsers Data.Binary.Parser.Word8

    Match any byte, to perform lookahead. Returns Nothing if end of input has been reached. Does not consume any input.

  7. unMaybeNA :: MaybeNA a -> Maybe a

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  8. insertMaybeMap :: Ord k => k -> Maybe a -> Map k a -> Map k a

    board-games Game.Labyrinth

    No documentation available.

  9. completeSigPolyId_maybe :: TcSigInfo -> Maybe TcId

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

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

    breakpoint Debug.Breakpoint.GhcFacade

    Applicative version of mapMaybe

Page 268 of many | Previous | Next