Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. sConsistentRead :: Scan -> Bool

    aws Aws.DynamoDb.Commands.Scan

    Whether to require a consistent read

  2. statusReadCapacityUnits :: ProvisionedThroughputStatus -> Int

    aws Aws.DynamoDb.Commands.Table

    No documentation available.

  3. AclAuthenticatedRead :: CannedAcl

    aws Aws.S3.Core

    No documentation available.

  4. AclBucketOwnerRead :: CannedAcl

    aws Aws.S3.Core

    No documentation available.

  5. AclPublicRead :: CannedAcl

    aws Aws.S3.Core

    No documentation available.

  6. AclPublicReadWrite :: CannedAcl

    aws Aws.S3.Core

    No documentation available.

  7. gaConsistentRead :: GetAttributes -> Bool

    aws Aws.SimpleDb.Commands.Attributes

    No documentation available.

  8. sConsistentRead :: Select -> Bool

    aws Aws.SimpleDb.Commands.Select

    No documentation available.

  9. humanReadablePart :: QuasiQuoter

    bech32-th Codec.Binary.Bech32.TH

    A quasiquoter for Bech32 human-readable prefixes. This quasiquoter makes it possible to construct values of type HumanReadablePart at compile time, using string literals. Failure to parse a string literal will result in a compile-time error. See HumanReadablePartError for the set of possible errors that can be raised. Example:

    >>> :set -XQuasiQuotes
    
    >>> import Codec.Binary.Bech32
    
    >>> import Codec.Binary.Bech32.TH
    
    >>> let addrPrefix = [humanReadablePart|addr|]
    
    >>> addrPrefix
    HumanReadablePart "addr"
    
    >>> :t addrPrefix
    addrPrefix :: HumanReadablePart
    

  10. spreadmethod :: AttributeValue -> Attribute

    blaze-svg Text.Blaze.Svg11.Attributes

    Combinator for the spreadMethod attribute.

Page 741 of many | Previous | Next