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

    ghc-internal GHC.Internal.ForeignPtr

    No documentation available.

  2. data ForeignPtrContents

    ghc-internal GHC.Internal.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

    ghc-internal GHC.Internal.Unicode

    Cf: Other, Format

  4. type Format = Text

    openapi3 Data.OpenApi

    No documentation available.

  5. type Format = Text

    openapi3 Data.OpenApi.Internal

    No documentation available.

  6. type ForestF a b = [b]

    recursion-schemes Data.Functor.Base

    No documentation available.

  7. ForallInvis :: [TyVarBndrSpec] -> ForallTelescope

    th-desugar Language.Haskell.TH.Desugar

    An invisible forall (e.g., forall a {b} c -> {...}), where each binder has a Specificity.

  8. data ForallTelescope

    th-desugar Language.Haskell.TH.Desugar

    The type variable binders in a forall. This is not used by the TH AST itself, but this is used as an intermediate data type in FAForalls.

  9. ForallVis :: [TyVarBndrUnit] -> ForallTelescope

    th-desugar Language.Haskell.TH.Desugar

    A visible forall (e.g., forall a -> {...}). These do not have any notion of specificity, so we use () as a placeholder value in the TyVarBndrs.

  10. FORWARDED :: Flag

    MissingH Network.Email.Mailbox

    No documentation available.

Page 282 of many | Previous | Next