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

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

    No documentation available.

  2. data DeriveGenericsErrReason

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

    No documentation available.

  3. data DeriveInstanceBadConstructor

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

    No documentation available.

  4. data DeriveInstanceErrReason

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

    Why a particular typeclass instance couldn't be derived.

  5. data Deriver

    domain Domain

    Specification of which instances to automatically derive for all the supported types in the model and how. You can combine derivers using Monoid and Semigroup.

  6. module DomainCore.Deriver

    Toolkit for definition of instance derivers for Domain specs.

  7. newtype Deriver

    domain-core DomainCore.Deriver

    Specification of which instances to automatically derive for all the supported types in the model and how. You can combine derivers using Monoid and Semigroup.

  8. Deriver :: (TypeDec -> Q [Dec]) -> Deriver

    domain-core DomainCore.Deriver

    Function from the type declaration in this package's own AST to a list of Template Haskell declarations in its quotation monad.

  9. DeriveAnyClass :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

  10. DeriveDataTypeable :: Extension

    hint Language.Haskell.Interpreter

    No documentation available.

Page 79 of many | Previous | Next