We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b31a2c commit 3bb6b07Copy full SHA for 3bb6b07
src/GraphQL/Internal/API/Enum.hs
@@ -89,7 +89,7 @@ instance forall conName p b. (KnownSymbol conName) => GenericEnumValues (C1 ('Me
89
instance forall conName f s sa sb.
90
( TypeError ('Text "Constructor not nullary: " ':<>: 'Text conName)
91
, KnownSymbol conName
92
- ) => GenericEnumValues (C1 ('MetaCons conName p b) (S1 sa sb)) where
+ ) => GenericEnumValues (C1 ('MetaCons conName f s) (S1 sa sb)) where
93
genericEnumValues = nonUnaryConstructorError
94
genericEnumFromValue = nonUnaryConstructorError
95
genericEnumToValue = nonUnaryConstructorError
0 commit comments