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. pattern GamesNumberFormatConfiguration_NumberFormatType_Numeric :: GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration.Types

    Numbers are formatted to have no digits or fixed number of digits after the decimal point according to locale. An optional custom unit can be added.

  2. pattern GamesNumberFormatConfiguration_NumberFormatType_TIMEDURATION :: GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration.Types

    Numbers are formatted to hours, minutes and seconds.

  3. fromGamesNumberFormatConfiguration_NumberFormatType :: GamesNumberFormatConfiguration_NumberFormatType -> Text

    gogol-games-configuration Gogol.GamesConfiguration.Types

    No documentation available.

  4. newGamesNumberAffixConfiguration :: GamesNumberAffixConfiguration

    gogol-games-configuration Gogol.GamesConfiguration.Types

    Creates a value of GamesNumberAffixConfiguration with the minimum fields required to make a request.

  5. newGamesNumberFormatConfiguration :: GamesNumberFormatConfiguration

    gogol-games-configuration Gogol.GamesConfiguration.Types

    Creates a value of GamesNumberFormatConfiguration with the minimum fields required to make a request.

  6. newtype IdentityToolkitRelyingpartyVerifyPhoneNumber

    gogol-identity-toolkit Gogol.IdentityToolkit

    Verifies ownership of a phone number and creates/updates the user account accordingly. See: newIdentityToolkitRelyingpartyVerifyPhoneNumber smart constructor.

  7. IdentityToolkitRelyingpartyVerifyPhoneNumber :: IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest -> IdentityToolkitRelyingpartyVerifyPhoneNumber

    gogol-identity-toolkit Gogol.IdentityToolkit

    No documentation available.

  8. type IdentityToolkitRelyingpartyVerifyPhoneNumberResource = "identitytoolkit" :> "v3" :> "relyingparty" :> "verifyPhoneNumber" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest :> Post '[JSON] IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse

    gogol-identity-toolkit Gogol.IdentityToolkit

    A resource alias for identitytoolkit.relyingparty.verifyPhoneNumber method which the IdentityToolkitRelyingpartyVerifyPhoneNumber request conforms to.

  9. data IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest

    gogol-identity-toolkit Gogol.IdentityToolkit

    Request for Identitytoolkit-VerifyPhoneNumber See: newIdentitytoolkitRelyingpartyVerifyPhoneNumberRequest smart constructor.

  10. IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest

    gogol-identity-toolkit Gogol.IdentityToolkit

    No documentation available.

Page 680 of many | Previous | Next