| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.Location
Documentation
Constructors
| Location | |
Fields | |
class HasLocation c where Source #
Minimal complete definition
Methods
location :: Lens' c Location Source #
locationlatitude :: Lens' c Double Source #
locationlongitude :: Lens' c Double Source #
locationname :: Lens' c String Source #