Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

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

    aeson Data.Aeson.Types

    No documentation available.

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

    Agda Agda.Interaction.JSON

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

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

    Agda Agda.Interaction.JSON

    No documentation available.

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

    safe-json Data.Aeson.Safe

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

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

    safe-json Data.Aeson.Safe

    No documentation available.

  6. type GToJSON0 = GToJSON Zero

    aeson-generic-compat Data.Aeson.Generic.Compat

    No documentation available.

  7. gtoJSONf :: GtoJson f => Settings -> Bool -> Bool -> f a -> Either [Value] [(Text, Value)]

    generic-aeson Generics.Generic.Aeson

    Generically show a functor as a JSON value. The first argument tells us if there are multiple constructors in the data type. The second indicates if this data type is an enumeration (only empty constructors). A functor is then converted to either a list of values (for non-labeled fields) or a list of String/value pairs (for labeled fields).

  8. gtoJsonWithSettings :: (Generic a, GtoJson (Rep a), ConNames (Rep a), GIsEnum (Rep a)) => Settings -> a -> Value

    generic-aeson Generics.Generic.Aeson

    No documentation available.

Page 2 of 2 | Previous