| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aeson.JSONTuple
Documentation
Constructors
| JSONTuple a b |
Instances
| (Eq a, Eq b) => Eq (JSONTuple a b) Source # | |
| (Show a, Show b) => Show (JSONTuple a b) Source # | |
| (Arbitrary a, Arbitrary b) => Arbitrary (JSONTuple a b) Source # | |
| (ToJSON a, ToJSON b) => ToJSON (JSONTuple a b) Source # | |
Defined in Data.Aeson.JSONTuple | |
| (FromJSON a, FromJSON b) => FromJSON (JSONTuple a b) Source # | |
uncurryJSONTuple :: (a -> b -> c) -> JSONTuple a b -> c Source #