Hoogle Search

Within LTS Haskell 24.19 (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.Engine

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

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

  3. deriveExpressIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Engine

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

  4. deriveName :: Name -> DecsQ

    code-conjure Conjure.Engine

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

  5. deriveNameCascading :: Name -> DecsQ

    code-conjure Conjure.Engine

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

  6. deriveNameIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Engine

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

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

  8. deriveExpressCascading :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  9. deriveExpressIfNeeded :: Name -> DecsQ

    code-conjure Conjure.Expr

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

  10. deriveName :: Name -> DecsQ

    code-conjure Conjure.Expr

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

Page 35 of many | Previous | Next