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. GamesNumberAffixConfiguration :: Maybe LocalizedStringBundle -> Maybe LocalizedStringBundle -> Maybe LocalizedStringBundle -> Maybe LocalizedStringBundle -> Maybe LocalizedStringBundle -> Maybe LocalizedStringBundle -> GamesNumberAffixConfiguration

    gogol-games-configuration Gogol.GamesConfiguration

    No documentation available.

  2. data GamesNumberFormatConfiguration

    gogol-games-configuration Gogol.GamesConfiguration

    A number format resource. See: newGamesNumberFormatConfiguration smart constructor.

  3. GamesNumberFormatConfiguration :: Maybe Text -> Maybe Int32 -> Maybe GamesNumberFormatConfiguration_NumberFormatType -> Maybe GamesNumberAffixConfiguration -> GamesNumberFormatConfiguration

    gogol-games-configuration Gogol.GamesConfiguration

    No documentation available.

  4. newtype GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    The formatting for the number.

  5. GamesNumberFormatConfiguration_NumberFormatType :: Text -> GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    No documentation available.

  6. pattern GamesNumberFormatConfiguration_NumberFormatType_Currency :: GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    Numbers are formatted to currency according to locale.

  7. pattern GamesNumberFormatConfiguration_NumberFormatType_NUMBERFORMATTYPEUNSPECIFIED :: GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    Default value. This value is unused.

  8. pattern GamesNumberFormatConfiguration_NumberFormatType_Numeric :: GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    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.

  9. pattern GamesNumberFormatConfiguration_NumberFormatType_TIMEDURATION :: GamesNumberFormatConfiguration_NumberFormatType

    gogol-games-configuration Gogol.GamesConfiguration

    Numbers are formatted to hours, minutes and seconds.

  10. fromGamesNumberFormatConfiguration_NumberFormatType :: GamesNumberFormatConfiguration_NumberFormatType -> Text

    gogol-games-configuration Gogol.GamesConfiguration

    No documentation available.

Page 678 of many | Previous | Next