Copyright | (c) Song Zhang |
---|---|
License | BSD-style (see the LICENSE file) |
Maintainer | haskell.zhang.song `at` hotmail.com |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.Derive.TopDown.CxtGen
Description
Synopsis
- genInferredContext :: ClassName -> TypeName -> Q Cxt
- genHoleContext :: ClassName -> TypeName -> Q Cxt
- genAllFieldsContext :: ClassName -> TypeName -> Q Cxt
- type ContextGenerator = ClassName -> TypeName -> Q Cxt