| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.WB.Weight
Documentation
Instances
| Eq Weight Source # | |
| Ord Weight Source # | |
| Show Weight Source # | |
| Semigroup Weight Source # | |
| Monoid Weight Source # | |
| Pounds Weight Source # | |
| Kilograms Weight Source # | |
| SetWeight Weight Source # | |
| HasWeights Weight Source # | |
Defined in Data.Aviation.WB.Weight | |
| HasWeight Weight Source # | |
| Avgas100LL Volume Weight Source # | |
Defined in Data.Aviation.WB.Avgas100LL | |
| Avgas100LL Weight Volume Source # | |
Defined in Data.Aviation.WB.Avgas100LL | |
class HasWeights a where Source #
Methods
weights :: Traversal' a Weight Source #
Instances
| HasWeights Weight Source # | |
Defined in Data.Aviation.WB.Weight | |
| HasWeights Moment Source # | |
Defined in Data.Aviation.WB.Moment | |