Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Telescope.Data.KnownText
Documentation
class KnownText a where Source #
Types that have a textual representation, like KnownSymbol
, but for any Type
Instances
KnownText 'A Source # | |
Defined in Telescope.Data.WCS | |
KnownText 'B Source # | |
Defined in Telescope.Data.WCS | |
KnownText 'WCSMain Source # | |
Defined in Telescope.Data.WCS | |
KnownSymbol s => KnownText (s :: Symbol) Source # | |
Defined in Telescope.Data.KnownText |