Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapM_ :: Monad m => (a -> m b) -> Stream m a -> m ()

    vector-stream Data.Stream.Monadic

    Execute a monadic action for each element of the Stream

  2. mapMaybe :: forall (m :: Type -> Type) a b . Monad m => (a -> Maybe b) -> Stream m a -> Stream m b

    vector-stream Data.Stream.Monadic

    No documentation available.

  3. mapMaybeM :: Monad m => (a -> m (Maybe b)) -> Stream m a -> Stream m b

    vector-stream Data.Stream.Monadic

    Apply monadic function to each element and drop all Nothings

  4. mapStore :: (Ord k, MonadIO m) => IO ByteString -> IO (SessionStore m k v)

    wai-session Network.Wai.Session.Map

    Simple session store based on threadsafe IORefs and Map. This only works if your application server remains running (such as with warp). All data is lost when the server terminates (bad for CGI). WARNING: This session is vulnerable to sidejacking, use with TLS for security.

  5. mapStore_ :: (Ord k, MonadIO m) => IO (SessionStore m k v)

    wai-session Network.Wai.Session.Map

    Store using simple session ID generator based on time and Unique

  6. mapRouteT :: (m a -> n b) -> RouteT url m a -> RouteT url n b

    web-routes Web.Routes.RouteT

    Transform the computation inside a RouteT.

  7. mapModClass :: (Class -> Class) -> Mod c -> Mod c

    web-view Web.View.Style

    No documentation available.

  8. mapRange :: (a -> b) -> ValueRange a -> ValueRange b

    what4 What4.Utils.AbstractDomains

    Map a monotonic function over a range.

  9. mapMaybe :: (Ord k, Semigroup v) => (a -> Maybe b) -> AnnotatedMap k v a -> AnnotatedMap k v b

    what4 What4.Utils.AnnotatedMap

    No documentation available.

  10. mapMaybeWithKey :: (Ord k, Semigroup v2) => (k -> v1 -> a1 -> Maybe (v2, a2)) -> AnnotatedMap k v1 a1 -> AnnotatedMap k v2 a2

    what4 What4.Utils.AnnotatedMap

    No documentation available.

Page 262 of many | Previous | Next