| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Reports.SimulatorTimeReport
Documentation
data SimulatorTimeReport Source #
Constructors
| SimulatorTimeReport | |
class HasSimulatorTimeReport c where Source #
Minimal complete definition
Methods
simulatorTimeReport :: Lens' c SimulatorTimeReport Source #
Instances
singleSimulatorTimeReport :: Entry a b c d -> SimulatorTimeReport Source #
getSimulatorTimeReport :: Logbook a b c d -> SimulatorTimeReport Source #