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.
1 parent 328e907 commit f2073e7Copy full SHA for f2073e7
src/Data/Aeson/Types/ToJSON.hs
@@ -2074,11 +2074,13 @@ instance ToJSONKey QuarterOfYear where
2074
-- base Down
2075
-------------------------------------------------------------------------------
2076
2077
+-- | @since 2.2.0.0
2078
instance ToJSON1 Down where
2079
liftToJSON _ t _ = coerce t
2080
liftToEncoding _ t _ = coerce t
2081
liftOmitField = coerce
2082
2083
2084
instance ToJSON a => ToJSON (Down a) where
2085
toJSON = toJSON1
2086
toEncoding = toEncoding1
0 commit comments