Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. pattern ForceSync :: StatxFlags

    unix System.Posix.Files.PosixString

    Force the attributes to be synchronized with the server. This may require that a network filesystem perform a data writeback to get the timestamps correct.

  2. ForwardOptions :: ArgPolicy

    optparse-applicative Options.Applicative.Types

    Options and arguments can be interspersed, but if a given option is not found, it is treated as a positional argument. This is sometimes useful if one is passing through most options to another tool, but are supplying just a few of their own options.

  3. data FormUrlEncoded

    gogol-core Gogol.Prelude

    No documentation available.

  4. module UnliftIO.Foreign

    Unlifted Foreign.

  5. data ForeignPtr a

    unliftio UnliftIO.Foreign

    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.

  6. newtype Forget r a (b :: k)

    profunctors Data.Profunctor

    Forget has a polymorphic kind since 5.6.

  7. Forget :: (a -> r) -> Forget r a (b :: k)

    profunctors Data.Profunctor

    No documentation available.

  8. newtype Forget r a (b :: k)

    profunctors Data.Profunctor.Types

    Forget has a polymorphic kind since 5.6.

  9. Forget :: (a -> r) -> Forget r a (b :: k)

    profunctors Data.Profunctor.Types

    No documentation available.

  10. data ForeignPtr a

    base-compat Foreign.ForeignPtr.Safe.Compat

    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 250 of many | Previous | Next