We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07503ef + 22086a2 commit 80c787dCopy full SHA for 80c787d
Data/Aeson.hs
@@ -87,11 +87,11 @@ module Data.Aeson
87
, toJSON2
88
, toEncoding2
89
-- ** Generic JSON classes and options
90
- , GFromJSON(..)
91
- , FromArgs(..)
+ , GFromJSON
+ , FromArgs
92
, GToJSON
93
, GToEncoding
94
- , ToArgs(..)
+ , ToArgs
95
, Zero
96
, One
97
, genericToJSON
Data/Aeson/Types.hs
@@ -73,11 +73,11 @@ module Data.Aeson.Types
73
74
75
-- ** Generic JSON classes
76
77
78
79
80
81
82
83
0 commit comments