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.
ForeignPtr :: Addr# -> ForeignPtrContents -> ForeignPtr aghc-internal GHC.Internal.ForeignPtr No documentation available.
-
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 | +------------+-----------------+
-
ghc-internal GHC.Internal.Unicode Cf: Other, Format
-
openapi3 Data.OpenApi No documentation available.
-
openapi3 Data.OpenApi.Internal No documentation available.
-
recursion-schemes Data.Functor.Base No documentation available.
ForallInvis :: [TyVarBndrSpec] -> ForallTelescopeth-desugar Language.Haskell.TH.Desugar An invisible forall (e.g., forall a {b} c -> {...}), where each binder has a Specificity.
-
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.
ForallVis :: [TyVarBndrUnit] -> ForallTelescopeth-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.
-
MissingH Network.Email.Mailbox No documentation available.