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. module Data.Time.Format

    No documentation available.

  2. module Foreign

    No documentation available.

  3. module Foreign.ForeignPtr

    No documentation available.

  4. module GHC.Foreign

    No documentation available.

  5. module GHC.ForeignPtr

    No documentation available.

  6. data ForeignPtr a

    haskell-gi-base Data.GI.Base.ShortPrelude

    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.

  7. data Forest

    hspec-discover Test.Hspec.Discover.Run

    No documentation available.

  8. Forest :: Hook -> [Tree] -> Forest

    hspec-discover Test.Hspec.Discover.Run

    No documentation available.

  9. data ForeignSymbol

    haskell-gi Data.GI.CodeGen.Callable

    The foreign symbol to wrap. It is either a foreign symbol wrapped in a foreign import, in which case we are given the name of the Haskell wrapper, or alternatively the information about a "dynamic" wrapper in scope.

  10. type FormattedTime = ByteString

    fast-logger System.Log.FastLogger.Types

    Type aliaes for date format and formatted date.

Page 263 of many | Previous | Next