Skip to content

Commit

Permalink
Fix associativity of inline type annotation
Browse files Browse the repository at this point in the history
This does not parse in `purs` master.
  • Loading branch information
natefaubion authored May 6, 2019
1 parent c6f029e commit c088e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Argonaut/Encode/Class.purs
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ instance gEncodeJsonCons
FO.insert
(reflectSymbol sProxy)
(encodeJson $ Record.get sProxy row)
(gEncodeJson row $ RLProxy :: RLProxy tail)
(gEncodeJson row (RLProxy :: RLProxy tail))

0 comments on commit c088e73

Please sign in to comment.