Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.FlightPath
Documentation
data FlightPath Source #
Constructors
FlightPath | |
Fields |
Instances
Eq FlightPath Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPath | |
Ord FlightPath Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPath Methods compare :: FlightPath -> FlightPath -> Ordering # (<) :: FlightPath -> FlightPath -> Bool # (<=) :: FlightPath -> FlightPath -> Bool # (>) :: FlightPath -> FlightPath -> Bool # (>=) :: FlightPath -> FlightPath -> Bool # max :: FlightPath -> FlightPath -> FlightPath # min :: FlightPath -> FlightPath -> FlightPath # | |
Show FlightPath Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPath Methods showsPrec :: Int -> FlightPath -> ShowS # show :: FlightPath -> String # showList :: [FlightPath] -> ShowS # | |
HasFlightPath FlightPath Source # | |
class HasFlightPath c where Source #
Minimal complete definition
Methods
flightPath :: Lens' c FlightPath Source #
flightEnd :: Lens' c FlightPoint Source #
flightIntermediate :: Lens' c [FlightPoint] Source #
flightStart :: Lens' c FlightPoint Source #
Instances
HasFlightPath FlightPath Source # | |
HasFlightPath AircraftFlight Source # | |
directflightpath :: FlightPoint -> FlightPoint -> FlightPath Source #
pointsatdate :: String -> [String] -> String -> Day -> FlightPath Source #
flightPathList :: FlightPath -> [FlightPoint] Source #
circuitsatdate :: String -> Int -> Day -> FlightPath Source #