Hoogle Search

Within LTS Haskell 24.0 (ghc-9.10.2)

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

  1. type GToJSON = GToJSON' Value

    aeson Data.Aeson

    No documentation available.

  2. type GToJSON = GToJSON' Value

    aeson Data.Aeson.Types

    No documentation available.

  3. type GToJSON = GToJSON' Value

    Agda Agda.Interaction.JSON

    No documentation available.

  4. type GToJSON = GToJSON' Value

    safe-json Data.Aeson.Safe

    No documentation available.

  5. class GtoJson (f :: Type -> Type)

    generic-aeson Generics.Generic.Aeson

    Class for converting the functors from GHC.Generics to JSON. You generally don't need to give any custom instances. Just add 'deriving Generic' and call gToJson.

  6. gtoJSON :: forall a (d :: Meta) (f :: Type -> Type) . (Generic a, GToJSON Zero (Rep a), Rep a ~ D1 d f, Datatype d) => a -> Value

    telegram-bot-api Telegram.Bot.API.Internal.Utils

    No documentation available.

  7. gtoJson :: (Generic a, GtoJson (Rep a), ConNames (Rep a), GIsEnum (Rep a)) => a -> Value

    generic-aeson Generics.Generic.Aeson

    Convert any datatype with a Generic instance to a JSON Value.

  8. class GToJSON' enc arity (f :: Type -> Type)

    aeson Data.Aeson

    Class of generic representation types that can be converted to JSON.

  9. class GetConName f => GToJSONKey (f :: k -> Type)

    aeson Data.Aeson

    No documentation available.

  10. class GToJSON' enc arity (f :: Type -> Type)

    aeson Data.Aeson.Types

    Class of generic representation types that can be converted to JSON.

Page 1 of 2 | Next