Skip to content

Commit

Permalink
GHC 9.2.4
Browse files Browse the repository at this point in the history
Reviewed By: josefs

Differential Revision: D62342451

fbshipit-source-id: 0427750f3da8ab390166589509610814c6ca8dd4
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Sep 9, 2024
1 parent 1de919a commit e4884ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/util/Util/ToExp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ instance (SVector.Storable a, ToExp a)
instance ToExp A.Key where
toExp k = fun "fromText" =$= toExp (keyToText k)

instance ToExp A.Object where
instance ToExp v => ToExp (KeyMap v) where
toExp m = fun "fromList" =$= objectToList m
#endif

Expand Down

0 comments on commit e4884ed

Please sign in to comment.