| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.FlightPath
Documentation
data FlightPath Source #
Constructors
| FlightPath | |
Fields | |
Instances
| 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 # | |
| 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 # | |
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
directflightpath :: FlightPoint -> FlightPoint -> FlightPath Source #
pointsatdate :: String -> [String] -> String -> Day -> FlightPath Source #
flightPathList :: FlightPath -> [FlightPoint] Source #
circuitsatdate :: String -> Int -> Day -> FlightPath Source #