Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. class Putable a

    wreq Network.Wreq.Types

    A type that can be converted into a PUT request payload.

  2. data Ptr a

    basement Basement.Compat.Base

    A value of type Ptr a represents a pointer to an object, or an array of objects, which may be marshalled to or from Haskell values of type a. The type a will often be an instance of class Storable which provides the marshalling operations. However this is not essential, and you can provide your own operations to access the pointer. For example you might write small foreign functions to get or set the fields of a C struct.

  3. Ptr :: Addr# -> Ptr a

    basement Basement.Compat.Base

    No documentation available.

  4. module Basement.Compat.PrimTypes

    No documentation available.

  5. type Pinned# = Bool#

    basement Basement.Compat.PrimTypes

    Pinning status

  6. module Basement.Compat.Primitive

    No documentation available.

  7. Pinned :: PinnedStatus

    basement Basement.Compat.Primitive

    No documentation available.

  8. data PinnedStatus

    basement Basement.Compat.Primitive

    Flag record whether a specific byte array is pinned or not

  9. class Eq ty => PrimType ty

    basement Basement.Imports

    Represent the accessor for types that can be stored in the UArray and MUArray. Types need to be a instance of storable and have fixed sized.

  10. data Ptr a

    basement Basement.Imports

    A value of type Ptr a represents a pointer to an object, or an array of objects, which may be marshalled to or from Haskell values of type a. The type a will often be an instance of class Storable which provides the marshalling operations. However this is not essential, and you can provide your own operations to access the pointer. For example you might write small foreign functions to get or set the fields of a C struct.

Page 343 of many | Previous | Next