| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Meta.TrackLog
Documentation
class HasTrackLog c where Source #
Minimal complete definition
Methods
trackLog :: Lens' c TrackLog Source #
tracklogname :: Lens' c (Maybe String) Source #
tracklogsource :: Lens' c (Maybe String) Source #
tracklogtype :: Lens' c TrackLogType Source #
trackloguri :: Lens' c String Source #
Instances
tracklogUriType :: String -> TrackLogType -> TrackLog Source #
tracklogsource' :: HasTrackLog c => Traversal' c String Source #
tracklogname' :: HasTrackLog c => Traversal' c String Source #