Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. type Formatter = Message -> String

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

    Convert Message into a String to print out by Logger

  2. FormatFunction :: (Double -> String) -> TickFormat

    plot Graphics.Rendering.Plot.Figure

    No documentation available.

  3. type FormattedSeries = Data DecoratedSeries

    plot Graphics.Rendering.Plot.Figure

    No documentation available.

  4. Forward :: Mode

    repa-algorithms Data.Array.Repa.Algorithms.FFT

    No documentation available.

  5. data ForceInvalidate

    serversession Web.ServerSession.Core

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  6. data ForceInvalidate

    serversession Web.ServerSession.Core.Internal

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  7. data ForceInvalidate

    serversession-frontend-wai Web.ServerSession.Frontend.Wai

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  8. data ForceInvalidate

    serversession-frontend-yesod Web.ServerSession.Frontend.Yesod

    Which session IDs should be invalidated. Note that this is not the same concept of invalidation as used on J2EE. In this context, invalidation means creating a fresh session ID for this user's session and disabling the old ID. Its purpose is to avoid session fixation attacks.

  9. module Development.Shake.Plus.Forward

    Forward mode utilities in Development.Shake.Forward lifted to MonadAction and MonadRules.

  10. data ForeignPtr a

    stateref Data.StateRef.Instances

    The type ForeignPtr represents references to objects that are maintained in a foreign language, i.e., that are not part of the data structures usually managed by the Haskell storage manager. The essential difference between ForeignPtrs and vanilla memory references of type Ptr a is that the former may be associated with finalizers. A finalizer is a routine that is invoked when the Haskell storage manager detects that - within the Haskell heap and stack - there are no more references left that are pointing to the ForeignPtr. Typically, the finalizer will, then, invoke routines in the foreign language that free the resources bound by the foreign object. The ForeignPtr is parameterised in the same way as Ptr. The type argument of ForeignPtr should normally be an instance of class Storable.

Page 391 of many | Previous | Next