Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.FlightPoint
Documentation
class HasFlightPoint c where Source #
Minimal complete definition
Methods
flightPoint :: Lens' c FlightPoint Source #
landingTime :: Lens' c Time Source #
Instances
pointatdate :: String -> Day -> FlightPoint Source #
runwayatdate :: String -> String -> Day -> FlightPoint Source #