| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.DeepLinkInfo
Documentation
data DeepLinkInfo Source #
Constructors
| DeepLinkInfo | Contains information about a tg: deep link |
Fields
| |
Instances
| FromJSON DeepLinkInfo Source # | |
Defined in TD.Data.DeepLinkInfo | |
| Show DeepLinkInfo Source # | |
Defined in TD.Data.DeepLinkInfo Methods showsPrec :: Int -> DeepLinkInfo -> ShowS # show :: DeepLinkInfo -> String # showList :: [DeepLinkInfo] -> ShowS # | |
| Eq DeepLinkInfo Source # | |
Defined in TD.Data.DeepLinkInfo | |
| ShortShow DeepLinkInfo Source # | |
Defined in TD.Data.DeepLinkInfo Methods shortShow :: DeepLinkInfo -> String Source # | |