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.

  1. formatter :: Config -> Formatter

    network-messagepack-rpc Network.MessagePack.RPC.Client

    No documentation available.

  2. fore :: Functor f => (a -> f a) -> NonEmptySeq a -> f (NonEmptySeq a)

    non-empty-sequence Data.Sequence.NonEmpty

    van Laarhoven lens for the first element

  3. forest :: forall (t :: Type -> Type) a . PosType t => TreePos t a -> Forest a

    rosezipper Data.Tree.Zipper

    All trees at this location (i.e., the current tree---if any---and its siblings).

  4. forceInvalidateKey :: Text

    serversession Web.ServerSession.Core

    The session key used to signal that the session ID should be invalidated.

  5. forceInvalidateKey :: Text

    serversession Web.ServerSession.Core.Internal

    The session key used to signal that the session ID should be invalidated.

  6. 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).

  7. 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).

  8. 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.

  9. 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.

  10. forP :: MonadUnliftAction m => [a] -> (a -> m b) -> m [b]

    shake-plus Development.Shake.Plus.Core

    Unlifted forP.

Page 243 of many | Previous | Next