Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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
mapRouteT :: (m a -> n b) -> RouteT url m a -> RouteT url n bweb-routes Web.Routes.RouteT Transform the computation inside a RouteT.
mapModClass :: (Class -> Class) -> Mod c -> Mod cweb-view Web.View.Style No documentation available.
mapRange :: (a -> b) -> ValueRange a -> ValueRange bwhat4 What4.Utils.AbstractDomains Map a monotonic function over a range.
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.
mapKeysMonotonic :: (k1 -> k2) -> LeqMap k1 p -> LeqMap k2 pwhat4 What4.Utils.LeqMap No documentation available.
-
witness Data.Type.Witness.Specific.List.Product No documentation available.
-
witness Data.Type.Witness.Specific.List.Sum No documentation available.