Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data FlightTimeReport Source #
Instances
class HasFlightTimeReport c where Source #
flightTimeReport :: Lens' c FlightTimeReport Source #
flightsTotal :: Lens' c Int Source #
hoursDay :: Lens' c TimeAmount Source #
hoursDayDual :: Lens' c TimeAmount Source #
hoursDayICUS :: Lens' c TimeAmount Source #
hoursDayInCommand :: Lens' c TimeAmount Source #
hoursGA1Instructing :: Lens' c TimeAmount Source #
hoursGA2Instructing :: Lens' c TimeAmount Source #
hoursGA3Instructing :: Lens' c TimeAmount Source #
hoursGAInstructing :: Lens' c TimeAmount Source #
hoursInAircraftRegistration :: Lens' c (Map String (TimeAmount, TimeAmount, TimeAmount, TimeAmount)) Source #
hoursInAircraftType :: Lens' c (Map String (TimeAmount, TimeAmount, TimeAmount, TimeAmount)) Source #
hoursInstructing :: Lens' c TimeAmount Source #
hoursInstrument :: Lens' c TimeAmount Source #
hoursMultiEngine :: Lens' c TimeAmount Source #
hoursMultiEngineDual :: Lens' c TimeAmount Source #
hoursMultiEngineICUS :: Lens' c TimeAmount Source #
hoursMultiEngineInCommand :: Lens' c TimeAmount Source #
hoursNight :: Lens' c TimeAmount Source #
hoursNightDual :: Lens' c TimeAmount Source #
hoursNightICUS :: Lens' c TimeAmount Source #
hoursNightInCommand :: Lens' c TimeAmount Source #
hoursRAInstructing :: Lens' c TimeAmount Source #
hoursRAJuniorInstructing :: Lens' c TimeAmount Source #
hoursRASeniorInstructing :: Lens' c TimeAmount Source #
hoursSingleEngine :: Lens' c TimeAmount Source #
hoursSingleEngineDual :: Lens' c TimeAmount Source #
hoursSingleEngineICUS :: Lens' c TimeAmount Source #
hoursSingleEngineInCommand :: Lens' c TimeAmount Source #
hoursTotal :: Lens' c TimeAmount Source #
hoursTotalDual :: Lens' c TimeAmount Source #
hoursTotalICUS :: Lens' c TimeAmount Source #
hoursTotalInCommand :: Lens' c TimeAmount Source #
hoursWithPiC :: Lens' c (Map Aviator TimeAmount) Source #
Instances
singleFlightTimeReport :: Entry a b c d -> FlightTimeReport Source #
getFlightTimeReport :: Logbook a b c d -> FlightTimeReport Source #