Skip to content

Commit f7918b2

Browse files
authored
Merge pull request #823 from dminuoso/patch-1
Fix haddock for ToJSON1
2 parents e564aa8 + 9bb2248 commit f7918b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Aeson/Types/ToJSON.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ instance GetConName f => GToJSONKey f
569569
--
570570
-- import "GHC.Generics"
571571
--
572-
-- data Pair = Pair { pairFst :: a, pairSnd :: b } deriving 'Generic1'
572+
-- data Pair a b = Pair { pairFst :: a, pairSnd :: b } deriving 'Generic1'
573573
--
574574
-- instance 'ToJSON' a => 'ToJSON1' (Pair a)
575575
-- @

0 commit comments

Comments
 (0)