| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.Command
Documentation
Constructors
| ICUS Aviator | |
| Dual Aviator | |
| InCommand | |
| InCommandInstructing Instruction | |
| ApprovedSolo Aviator InstructionRating |
class AsCommand r where Source #
Minimal complete definition
Methods
_Command :: Prism' r Command Source #
_ICUS :: Prism' r Aviator Source #
_Dual :: Prism' r Aviator Source #
_InCommand :: Prism' r () Source #
_InCommandInstructing :: Prism' r Instruction Source #
_ApprovedSolo :: Prism' r (Aviator, InstructionRating) Source #
Instances
_InCommandIncludingInstructing :: AsCommand c => Prism' c (Maybe Instruction) Source #