Skip to content

Commit b0317d5

Browse files
authored
Merge pull request #56 from purescript-contrib/natefaubion-patch-1
Fix associativity of inline type annotation
2 parents c6f029e + c088e73 commit b0317d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Argonaut/Encode/Class.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ instance gEncodeJsonCons
119119
FO.insert
120120
(reflectSymbol sProxy)
121121
(encodeJson $ Record.get sProxy row)
122-
(gEncodeJson row $ RLProxy :: RLProxy tail)
122+
(gEncodeJson row (RLProxy :: RLProxy tail))

0 commit comments

Comments
 (0)