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.
deriveViaOnLoc :: DynFlags -> SrcSpanghc-lib-parser GHC.Driver.Session No documentation available.
deriveAnyClassEnabled :: Bool -> DeriveAnyClassEnabledghc-lib-parser GHC.Tc.Errors.Types No documentation available.
deriveExpress :: Name -> DecsQexpress 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.
deriveExpressCascading :: Name -> DecsQexpress Data.Express Derives a Express instance for a given type Name cascading derivation of type arguments as well.
deriveExpressIfNeeded :: Name -> DecsQexpress Data.Express Same as deriveExpress but does not warn when instance already exists (deriveExpress is preferable).
-
express Data.Express Derives a Name instance for the given type Name. This function needs the TemplateHaskell extension.
deriveNameCascading :: Name -> DecsQexpress Data.Express Derives a Name instance for a given type Name cascading derivation of type arguments as well.
deriveNameIfNeeded :: Name -> DecsQexpress Data.Express Same as deriveName but does not warn when instance already exists (deriveName is preferable).
deriveExpress :: Name -> DecsQexpress 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.
deriveExpressCascading :: Name -> DecsQexpress Data.Express.Express.Derive Derives a Express instance for a given type Name cascading derivation of type arguments as well.