Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
class KnownText (a :: k) 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 |