| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.CommunityChat
Documentation
data CommunityChat Source #
Constructors
| CommunityChat | Describes a chat in a community |
Instances
| FromJSON CommunityChat Source # | |
Defined in TD.Data.CommunityChat Methods parseJSON :: Value -> Parser CommunityChat # parseJSONList :: Value -> Parser [CommunityChat] # | |
| Show CommunityChat Source # | |
Defined in TD.Data.CommunityChat Methods showsPrec :: Int -> CommunityChat -> ShowS # show :: CommunityChat -> String # showList :: [CommunityChat] -> ShowS # | |
| Eq CommunityChat Source # | |
Defined in TD.Data.CommunityChat Methods (==) :: CommunityChat -> CommunityChat -> Bool # (/=) :: CommunityChat -> CommunityChat -> Bool # | |
| ShortShow CommunityChat Source # | |
Defined in TD.Data.CommunityChat Methods shortShow :: CommunityChat -> String Source # | |