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