Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. deriveExpress :: Name -> DecsQ

    code-conjure Conjure.Expr

    Derives an Express instance for the given type Name. This function needs the TemplateHaskell extension. If -:, ->:, ->>:, ->>>:, ... are not in scope, this will derive them as well.

  2. deriveExpressCascading :: Name -> DecsQ

    code-conjure Conjure.Expr

    Derives a Express instance for a given type Name cascading derivation of type arguments as well.

  3. deriveExpressIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Expr

    Same as deriveExpress but does not warn when instance already exists (deriveExpress is preferable).

  4. deriveName :: Name -> DecsQ

    code-conjure Conjure.Expr

    Derives a Name instance for the given type Name. This function needs the TemplateHaskell extension.

  5. deriveNameCascading :: Name -> DecsQ

    code-conjure Conjure.Expr

    Derives a Name instance for a given type Name cascading derivation of type arguments as well.

  6. deriveNameIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Expr

    Same as deriveName but does not warn when instance already exists (deriveName is preferable).

  7. deriveHackageVersion :: Source -> HackageVersion

    debian-build Debian.Package.Data.Packages

    Try to make HackageVersion from Source

  8. package derive-topdown

    Derive type class instances This package will make it easier to derive class instance for complex composited data types by using Template Haskell.

  9. package deriveJsonNoPrefix

    Derive ToJSON/FromJSON instances in a more prefix-friendly manner. Please see the README on GitLab at https://gitlab.com/igrep/deriveJsonNoPrefix#readme

  10. deriveFromJsonNoTypeNamePrefix :: Name -> Q [Dec]

    deriveJsonNoPrefix Data.Aeson.DeriveNoPrefix

    No documentation available.

Page 36 of many | Previous | Next