| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.StoryInteractions
Documentation
data StoryInteractions Source #
Constructors
| StoryInteractions | Represents a list of interactions with a story |
Fields
| |
Instances
| FromJSON StoryInteractions Source # | |
Defined in TD.Data.StoryInteractions Methods parseJSON :: Value -> Parser StoryInteractions # parseJSONList :: Value -> Parser [StoryInteractions] # | |
| Show StoryInteractions Source # | |
Defined in TD.Data.StoryInteractions Methods showsPrec :: Int -> StoryInteractions -> ShowS # show :: StoryInteractions -> String # showList :: [StoryInteractions] -> ShowS # | |
| Eq StoryInteractions Source # | |
Defined in TD.Data.StoryInteractions Methods (==) :: StoryInteractions -> StoryInteractions -> Bool # (/=) :: StoryInteractions -> StoryInteractions -> Bool # | |
| ShortShow StoryInteractions Source # | |
Defined in TD.Data.StoryInteractions Methods shortShow :: StoryInteractions -> String Source # | |