Skip to content

Commit 3bb6b07

Browse files
Victor NawothnigVictor Nawothnig
Victor Nawothnig
authored and
Victor Nawothnig
committed
Rename type variables
1 parent 4b31a2c commit 3bb6b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphQL/Internal/API/Enum.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ instance forall conName p b. (KnownSymbol conName) => GenericEnumValues (C1 ('Me
8989
instance forall conName f s sa sb.
9090
( TypeError ('Text "Constructor not nullary: " ':<>: 'Text conName)
9191
, KnownSymbol conName
92-
) => GenericEnumValues (C1 ('MetaCons conName p b) (S1 sa sb)) where
92+
) => GenericEnumValues (C1 ('MetaCons conName f s) (S1 sa sb)) where
9393
genericEnumValues = nonUnaryConstructorError
9494
genericEnumFromValue = nonUnaryConstructorError
9595
genericEnumToValue = nonUnaryConstructorError

0 commit comments

Comments
 (0)