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.
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.
hsMaybe :: Maybe HsExpr -> HsExprbeam-migrate Database.Beam.Haskell.Syntax No documentation available.
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
predMaybe :: BinP -> Maybe BinPbin Data.BinP No documentation available.
-
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.
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.
unMaybeNA :: MaybeNA a -> Maybe abloodhound Database.Bloodhound.Common.Types No documentation available.
insertMaybeMap :: Ord k => k -> Maybe a -> Map k a -> Map k aboard-games Game.Labyrinth No documentation available.
completeSigPolyId_maybe :: TcSigInfo -> Maybe TcIdbreakpoint Debug.Breakpoint.GhcFacade No documentation available.
mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]breakpoint Debug.Breakpoint.GhcFacade Applicative version of mapMaybe