Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. deriveViaOnLoc :: DynFlags -> SrcSpan

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  2. deriveAnyClassEnabled :: Bool -> DeriveAnyClassEnabled

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  3. deriveExpress :: Name -> DecsQ

    express Data.Express

    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

    express Data.Express

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

  5. deriveExpressIfNeeded :: Name -> DecsQ

    express Data.Express

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

  6. deriveName :: Name -> DecsQ

    express Data.Express

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

  7. deriveNameCascading :: Name -> DecsQ

    express Data.Express

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

  8. deriveNameIfNeeded :: Name -> DecsQ

    express Data.Express

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

  9. deriveExpress :: Name -> DecsQ

    express Data.Express.Express.Derive

    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.

  10. deriveExpressCascading :: Name -> DecsQ

    express Data.Express.Express.Derive

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

Page 19 of many | Previous | Next