Skip to content

Commit 9bb2248

Browse files
authored
Fix haddock for ToJSON1
1 parent e564aa8 commit 9bb2248

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)