Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. ifAllocationInfo :: Interface -> AllocationInfo

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  2. methodCallable :: Method -> Callable

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  3. sigCallable :: Signal -> Callable

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  4. structAllocationInfo :: Struct -> AllocationInfo

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  5. unionAllocationInfo :: Union -> AllocationInfo

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  6. unknownAllocationInfo :: AllocationInfo

    haskell-gi Data.GI.CodeGen.API

    A convenience function, filling in all the allocation info to unknown.

  7. module Data.GI.CodeGen.Callable

    No documentation available.

  8. callableHInArgs :: Callable -> ExposeClosures -> ([Arg], [Arg])

    haskell-gi Data.GI.CodeGen.Callable

    In arguments for the given callable on the Haskell side, together with the omitted arguments.

  9. callableHOutArgs :: Callable -> [Arg]

    haskell-gi Data.GI.CodeGen.Callable

    Out arguments for the given callable on the Haskell side.

  10. callableSignature :: Callable -> ForeignSymbol -> ExposeClosures -> ExcCodeGen Signature

    haskell-gi Data.GI.CodeGen.Callable

    The Haskell signature for the given callable. It returns a tuple ([constraints], [(type, argname)]).

Page 346 of many | Previous | Next