| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Reports.TakeOffLanding90
Documentation
data TakeOffLanding90 Source #
Constructors
| TakeOffLanding90 | |
Fields
| |
class HasTakeOffLanding90 c where Source #
Minimal complete definition
Methods
takeOffLanding90 :: Lens' c TakeOffLanding90 Source #
currency90 :: Lens' c Day Source #
landing1 :: Lens' c FlightPoint Source #
landing2 :: Lens' c FlightPoint Source #
landing3 :: Lens' c FlightPoint Source #
takeoff1 :: Lens' c FlightPoint Source #
takeoff2 :: Lens' c FlightPoint Source #
takeoff3 :: Lens' c FlightPoint Source #
Instances