Hoogle Search

Within LTS Haskell 24.15 (ghc-9.10.3)

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

  1. module Capability.Derive

    No documentation available.

  2. module Conjure.Conjurable.Derive

    Allows automatic derivation of Conjurable typeclass instances.

  3. module Test.Extrapolate.Generalizable.Derive

    This module is part of Extrapolate, a library for generalization of counter-examples. This is a module for deriving Generalizable instances. Needs GHC and Template Haskell (tested on GHC 8.0). If Extrapolate does not compile under later GHCs, this module is the probable culprit.

  4. module Test.FitSpec.Derive

    Experimental module for deriving Mutable and ShowMutable instances Needs GHC and Template Haskell (tested on GHC 7.4, 7.6, 7.8, 7.10 and 8.0) Despite Mutable instances being actually very simple to write manually, this module can be used to derive those instances automatically. However, it will not work on all cases: when that happens, you should write your instances manually. If FitSpec does not compile under later GHCs, this module is probably the culprit.

  5. module Grisette.Internal.TH.Derivation.Derive

    No documentation available.

  6. module Grisette.Internal.Utils.Derive

    No documentation available.

  7. module MCP.Server.Derive

    No documentation available.

  8. Derive :: [Ident] -> Def

    BNFC-meta Language.LBNF.Grammar

    No documentation available.

  9. deriveFromJSON :: Options -> Name -> Q [Dec]

    aeson Data.Aeson.TH

    Generates a FromJSON instance declaration for the given data type or data family instance constructor.

  10. deriveFromJSON1 :: Options -> Name -> Q [Dec]

    aeson Data.Aeson.TH

    Generates a FromJSON1 instance declaration for the given data type or data family instance constructor.

Page 2 of many | Previous | Next