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.
2 parents c6f029e + c088e73 commit b0317d5Copy full SHA for b0317d5
src/Data/Argonaut/Encode/Class.purs
@@ -119,4 +119,4 @@ instance gEncodeJsonCons
119
FO.insert
120
(reflectSymbol sProxy)
121
(encodeJson $ Record.get sProxy row)
122
- (gEncodeJson row $ RLProxy :: RLProxy tail)
+ (gEncodeJson row (RLProxy :: RLProxy tail))
0 commit comments