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.
-
No documentation available.
module Conjure.Conjurable.
Derive Allows automatic derivation of Conjurable typeclass instances.
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.
-
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.
module Grisette.Internal.TH.Derivation.
Derive No documentation available.
module Grisette.Internal.Utils.
Derive No documentation available.
-
No documentation available.
-
BNFC-meta Language.LBNF.Grammar No documentation available.
deriveFromJSON :: Options -> Name -> Q [Dec]aeson Data.Aeson.TH Generates a FromJSON instance declaration for the given data type or data family instance constructor.
deriveFromJSON1 :: Options -> Name -> Q [Dec]aeson Data.Aeson.TH Generates a FromJSON1 instance declaration for the given data type or data family instance constructor.