Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Reports.Meta.ExpenseReport
Documentation
data ExpenseReport Source #
class HasExpenseReport c where Source #
Minimal complete definition
Methods
expenseReport :: Lens' c ExpenseReport Source #
aircraftLandingExpenseTotal :: Lens' c Int Source #
aircraftUsageExpenseTotal :: Lens' c Int Source #
briefingExpenseTotal :: Lens' c Int Source #
examExpenseTotal :: Lens' c Int Source #
simulatorFlightTotal :: Lens' c Int Source #
Instances