Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

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

    gogol-datastore Gogol.Datastore

    No documentation available.

  2. 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.

  3. data AllocateIdsRequest

    gogol-datastore Gogol.Datastore.Types

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

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

    gogol-datastore Gogol.Datastore.Types

    No documentation available.

  5. newtype AllocateIdsResponse

    gogol-datastore Gogol.Datastore.Types

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

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

    gogol-datastore Gogol.Datastore.Types

    No documentation available.

  7. class AllVars a

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

    No documentation available.

  8. module Data.BTree.Alloc

    Page allocators that manage all physical pages.

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

    haskey-btree Data.BTree.Alloc.Class

    A page allocator that can write physical pages.

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

    haskey-btree Data.BTree.Alloc.Class

    A page allocator that can read physical pages.

Page 72 of many | Previous | Next