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.GADT.Common
Description
Synopsis
- data CheckArgsResult = CheckArgsResult {
- constructors :: [ConstructorInfo]
- keptNewNames :: [Name]
- keptNewVars :: [TyVarBndr_ ()]
- argNewNames :: [Name]
- argNewVars :: [TyVarBndr_ ()]
- isVarUsedInFields :: Name -> Bool
- checkArgs :: String -> Int -> Name -> Int -> Q CheckArgsResult
Documentation
data CheckArgsResult Source #
Result of checkArgs
for a GADT.
Constructors
CheckArgsResult | |
Fields
|