Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. deriveNameCascading :: Name -> DecsQ

    code-conjure Conjure.Engine

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

  2. deriveNameIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Engine

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

  3. 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.

  4. deriveExpressCascading :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  5. deriveExpressIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  6. deriveName :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  7. deriveNameCascading :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  8. deriveNameIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  9. deriveHackageVersion :: Source -> HackageVersion

    debian-build Debian.Package.Data.Packages

    Try to make HackageVersion from Source

  10. 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.

Page 36 of many | Previous | Next