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. ForeignPtr :: Addr# -> ForeignPtrContents -> ForeignPtr a

    base GHC.ForeignPtr

    No documentation available.

  2. data ForeignPtrContents

    base GHC.ForeignPtr

    Controls finalization of a ForeignPtr, that is, what should happen if the ForeignPtr becomes unreachable. Visually, these data constructors are appropriate in these scenarios:

    Memory backing pointer is
    GC-Managed   Unmanaged
    Finalizer functions are: +------------+-----------------+
    Allowed  | MallocPtr  | PlainForeignPtr |
    +------------+-----------------+
    Prohibited  | PlainPtr   | FinalPtr        |
    +------------+-----------------+
    

  3. Format :: GeneralCategory

    base GHC.Unicode

    Cf: Other, Format

  4. module Data.Text.Foreign

    Support for using Text data with native code via the Haskell foreign function interface.

  5. type Forest a = [Tree a]

    containers Data.Graph

    This type synonym exists primarily for historical reasons.

  6. type Forest a = [Tree a]

    containers Data.Tree

    This type synonym exists primarily for historical reasons.

  7. module Test.Hspec.Formatters

    Deprecated: Use Test.Hspec.Api.Formatters.V1 instead.

  8. module Data.Time.Format

    No documentation available.

  9. class FormatTime t

    time Data.Time.Format

    No documentation available.

  10. data Format t

    time Data.Time.Format.ISO8601

    A text format for a type

Page 247 of many | Previous | Next