Skip to content

Commit c088e73

Browse files
authored
Fix associativity of inline type annotation
This does not parse in `purs` master.
1 parent c6f029e commit c088e73

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)