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