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.
runParserMaybe :: Parser e a -> ByteString -> Maybe aweb-rep Web.Rep.Internal.FlatParse Run a Parser, throwing away leftovers. Nothing on Fail or Err.
>>> runParserMaybe ws "x" Nothing
>>> runParserMaybe ws " x" Just ' '
-
web-rep Web.Rep.SharedReps A fixed-sized list of Maybe a's
getMaybeOpt :: Opt tp a => OptionSetting tp -> IO (Maybe a)what4 What4.Config Return the current value of the option, as a Maybe value.
exprMaybeId :: forall t (tp :: BaseType) . Expr t tp -> Maybe (Nonce t tp)what4 What4.Expr.Builder No documentation available.
joinMaybePE :: Maybe (PartExpr p v) -> PartExpr p vwhat4 What4.Partial -
what4 What4.Partial Lift a Maybe value to a partial expression.
mapMaybe :: (Ord k, Semigroup v) => (a -> Maybe b) -> AnnotatedMap k v a -> AnnotatedMap k v bwhat4 What4.Utils.AnnotatedMap No documentation available.
-
what4 What4.Utils.AnnotatedMap No documentation available.
-
what4 What4.Utils.AnnotatedMap No documentation available.
-
what4 What4.Utils.AnnotatedMap No documentation available.