Skip to content

Commit

Permalink
Merge pull request #56 from purescript-contrib/natefaubion-patch-1
Browse files Browse the repository at this point in the history
Fix associativity of inline type annotation
  • Loading branch information
garyb authored May 6, 2019
2 parents c6f029e + c088e73 commit b0317d5
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 b0317d5

Please sign in to comment.