Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatter :: Config -> Formatternetwork-messagepack-rpc Network.MessagePack.RPC.Client No documentation available.
fore :: Functor f => (a -> f a) -> NonEmptySeq a -> f (NonEmptySeq a)non-empty-sequence Data.Sequence.NonEmpty van Laarhoven lens for the first element
forest :: forall (t :: Type -> Type) a . PosType t => TreePos t a -> Forest arosezipper Data.Tree.Zipper All trees at this location (i.e., the current tree---if any---and its siblings).
-
serversession Web.ServerSession.Core The session key used to signal that the session ID should be invalidated.
-
serversession Web.ServerSession.Core.Internal The session key used to signal that the session ID should be invalidated.
forceInvalidate :: Session m Text ByteString -> ForceInvalidate -> m ()serversession-frontend-wai Web.ServerSession.Frontend.Wai Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf).
forceInvalidate :: Session m Text ByteString -> ForceInvalidate -> m ()serversession-frontend-wai Web.ServerSession.Frontend.Wai.Internal Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf).
forceInvalidate :: MonadHandler m => ForceInvalidate -> m ()serversession-frontend-yesod Web.ServerSession.Frontend.Yesod Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf). Note that the invalidate does not occur when the call to this action is made! The sessions will be invalidated on the end of the handler processing. This means that later calls to forceInvalidate on the same handler will override earlier calls. This function works by setting a session variable that is checked when saving the session. The session variable set by this function is then discarded and is not persisted across requests.
forceInvalidate :: MonadHandler m => ForceInvalidate -> m ()serversession-frontend-yesod Web.ServerSession.Frontend.Yesod.Internal Invalidate the current session ID (and possibly more, check ForceInvalidate). This is useful to avoid session fixation attacks (cf. http://www.acrossecurity.com/papers/session_fixation.pdf). Note that the invalidate does not occur when the call to this action is made! The sessions will be invalidated on the end of the handler processing. This means that later calls to forceInvalidate on the same handler will override earlier calls. This function works by setting a session variable that is checked when saving the session. The session variable set by this function is then discarded and is not persisted across requests.
forP :: MonadUnliftAction m => [a] -> (a -> m b) -> m [b]shake-plus Development.Shake.Plus.Core Unlifted forP.