Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. DeriveLift :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

  2. DeriveTraversable :: Extension

    hint Language.Haskell.Interpreter.Extension

    No documentation available.

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

  4. module DomainCore.Deriver

    Toolkit for definition of instance derivers for Domain specs.

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

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

  7. data DeriveOptions

    avro Data.Avro.Deriving

    Derives Avro from a given schema file. Generates data types, FromAvro and ToAvro instances.

  8. DeriveOptions :: (Text -> Field -> Text) -> (TypeName -> Field -> (FieldStrictness, FieldUnpackedness)) -> NamespaceBehavior -> DeriveOptions

    avro Data.Avro.Deriving

    No documentation available.

  9. module Database.Relational.Derives

    This module defines typed SQLs derived from type information.

  10. data DerivedVal i d

    tasty-checklist Test.Tasty.Checklist

    Each entry in the Assignment list for checkValues should be one of these DerivedVal values. The i type parameter is the input type, and the d is the value derived from that input type.

Page 80 of many | Previous | Next