Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. class Deriver cls

    th-utilities TH.Derive

    Instances of Deriver describe a default way of creating an instance for a particular typeclass. For example, if I wanted to write something that derives Eq instances, I would write a instance Deriver (Eq a).

  2. module Text.Earley.Derived

    Derived operators.

  3. module Data.Aeson.DeriveNoPrefix

    Template Haskell macros to derive ToJSON/FromJSON instances in a more prefix-friendly manner. See https://gitlab.com/igrep/deriveJsonNoPrefix#readme.

  4. data DeriveConfig

    grisette Grisette.Internal.TH.Derivation.Common

    Configuration for deriving instances for a data type.

  5. DeriveConfig :: [(Int, EvalModeConfig)] -> [Int] -> [(Int, Int)] -> [Int] -> Bool -> Bool -> Bool -> Bool -> DeriveConfig

    grisette Grisette.Internal.TH.Derivation.Common

    No documentation available.

  6. module Grisette.Internal.TH.Derivation.DeriveAllSyms

    No documentation available.

  7. module Grisette.Internal.TH.Derivation.DeriveBinary

    No documentation available.

  8. module Grisette.Internal.TH.Derivation.DeriveCereal

    No documentation available.

  9. module Grisette.Internal.TH.Derivation.DeriveEq

    No documentation available.

  10. module Grisette.Internal.TH.Derivation.DeriveEvalSym

    No documentation available.

Page 81 of many | Previous | Next