Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.Exam
Documentation
Constructors
Exam | |
Fields
|
class HasExam c where Source #
Minimal complete definition
Methods
examDelegate :: Lens' c Aviator Source #
examLocation :: Lens' c Location Source #
examName :: Lens' c String Source #
examResult :: Lens' c Int Source #
examResultMaximum :: Lens' c Int Source #
Instances
HasExam Exam Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.Exam |