Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Meta.SimulatorFlightExpense
Documentation
data SimulatorFlightExpense Source #
Constructors
SimulatorFlightExpense Int String |
Instances
class HasSimulatorFlightExpense c where Source #
Minimal complete definition
Methods
simulatorFlightExpense :: Lens' c SimulatorFlightExpense Source #
simulatorFlightCost :: HasSimulatorFlight s => s -> SimulatorFlightExpense -> Int Source #