| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.Entry
Documentation
data Entry ae se ee be Source #
Constructors
| AircraftFlightEntry AircraftFlight ae | |
| SimulatorFlightEntry SimulatorFlight se | |
| ExamEntry Exam ee | |
| BriefingEntry Briefing be |
class AsEntry r ae se ee be | r -> ae se ee be where Source #
Methods
_Entry :: Prism' r (Entry ae se ee be) Source #
_AircraftFlightEntry :: Prism' r (AircraftFlight, ae) Source #
_SimulatorFlightEntry :: Prism' r (SimulatorFlight, se) Source #
_ExamEntry :: Prism' r (Exam, ee) Source #
_BriefingEntry :: Prism' r (Briefing, be) Source #