| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Stratux.Types.EmitterCategory
Documentation
data EmitterCategory Source #
Instances
| Eq EmitterCategory Source # | |
| Ord EmitterCategory Source # | |
| Show EmitterCategory Source # | |
| ToJSON EmitterCategory Source # |
|
| FromJSON EmitterCategory Source # |
|
| AsEmitterCategory EmitterCategory Source # | |
class AsEmitterCategory r where Source #
Methods
_EmitterCategory :: Prism' r EmitterCategory Source #
_NoEmitterCategory :: Prism' r () Source #
_Light :: Prism' r () Source #
_Small :: Prism' r () Source #
_Large :: Prism' r () Source #
_HighVortexLarge :: Prism' r () Source #
_Heavy :: Prism' r () Source #
_HighPerformance :: Prism' r () Source #
_Rotorcraft :: Prism' r () Source #
Instances
| AsEmitterCategory Double Source # |
|
| AsEmitterCategory Float Source # |
|
| AsEmitterCategory Int Source # |
|
| AsEmitterCategory Integer Source # |
|
| AsEmitterCategory Word Source # |
|
| AsEmitterCategory Scientific Source # |
|
| AsEmitterCategory EmitterCategory Source # | |