Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. pattern ShareSettings_ShareType_Local :: ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Default value.

  2. pattern ShareSettings_ShareType_Organization :: ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Shared-reservation is open to entire Organization

  3. pattern ShareSettings_ShareType_SHARETYPEUNSPECIFIED :: ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Default value. This value is unused.

  4. pattern ShareSettings_ShareType_SPECIFICPROJECTS :: ShareSettings_ShareType

    gogol-compute Gogol.Compute.Types

    Shared-reservation is open to specific projects

  5. newtype NoShareInput a

    megaparsec Text.Megaparsec.Stream

    This wrapper selects the no-input-sharing Stream implementation for Text (Text) and ByteString (ByteString). This means that our parsers will create independent copies rather than using slices of the input. See also the documentation of copy. More importantly, any parser output will be independent of the input, and holding on to parts of the output will never prevent the input from being garbage collected. For maximum performance you might consider using ShareInput instead, but beware of its pitfalls!

  6. NoShareInput :: a -> NoShareInput a

    megaparsec Text.Megaparsec.Stream

    No documentation available.

  7. unNoShareInput :: NoShareInput a -> a

    megaparsec Text.Megaparsec.Stream

    No documentation available.

  8. unShareInput :: ShareInput a -> a

    megaparsec Text.Megaparsec.Stream

    No documentation available.

  9. CryptoError_SharedSecretSizeInvalid :: CryptoError

    crypton Crypto.Error

    No documentation available.

  10. getShared :: Params -> PrivateNumber -> PublicNumber -> SharedKey

    crypton Crypto.PubKey.DH

    generate a shared key using our private number and the other party public number

Page 23 of many | Previous | Next