Copyright | (c) Sirui Lu 2024 |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | siruilu@cs.washington.edu |
Stability | Experimental |
Portability | GHC only |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Grisette.Internal.TH.DeriveWithHandlers
Description
Synopsis
- deriveWithHandlers :: DeriveInstanceProvider provider => [SomeDeriveTypeParamHandler] -> provider -> Bool -> Int -> [Name] -> Q [Dec]
Documentation
deriveWithHandlers :: DeriveInstanceProvider provider => [SomeDeriveTypeParamHandler] -> provider -> Bool -> Int -> [Name] -> Q [Dec] Source #
Derive instances for a list of types with a list of handlers and a provider.