Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. module Gogol.Datastore.Projects.AllocateIds

    Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted. See: Cloud Datastore API Reference for datastore.projects.allocateIds.

  2. data AllocateIdsRequest

    gogol-datastore Gogol.Datastore.Types

    The request for Datastore.AllocateIds. See: newAllocateIdsRequest smart constructor.

  3. AllocateIdsRequest :: Maybe Text -> Maybe [Key] -> AllocateIdsRequest

    gogol-datastore Gogol.Datastore.Types

    No documentation available.

  4. newtype AllocateIdsResponse

    gogol-datastore Gogol.Datastore.Types

    The response for Datastore.AllocateIds. See: newAllocateIdsResponse smart constructor.

  5. AllocateIdsResponse :: Maybe [Key] -> AllocateIdsResponse

    gogol-datastore Gogol.Datastore.Types

    No documentation available.

  6. class AllVars a

    haskell-src-exts-util Language.Haskell.Exts.Util

    No documentation available.

  7. module Data.BTree.Alloc

    Page allocators that manage all physical pages.

  8. class AllocReaderM m => AllocM (m :: Type -> Type)

    haskey-btree Data.BTree.Alloc.Class

    A page allocator that can write physical pages.

  9. class (Applicative m, Monad m) => AllocReaderM (m :: Type -> Type)

    haskey-btree Data.BTree.Alloc.Class

    A page allocator that can read physical pages.

  10. module Foreign.Marshal.Alloc_LHAssumptions

    No documentation available.

Page 72 of many | Previous | Next