Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
xpWrapMaybe :: (a -> Maybe b) -> (b -> a) -> PU t a -> PU t bxml-picklers Data.XML.Pickle Like xpWrap, but strips Just (and treats Nothing as a failure) during unpickling.