| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Aviation.Casr.Logbook.Types.FlightPoint
Documentation
data FlightPoint Source #
Constructors
| FlightPoint | |
Instances
| Show FlightPoint Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPoint Methods showsPrec :: Int -> FlightPoint -> ShowS # show :: FlightPoint -> String # showList :: [FlightPoint] -> ShowS # | |
| HasFlightPoint FlightPoint Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPoint Methods flightPoint :: Lens' FlightPoint FlightPoint Source # landingTime :: Lens' FlightPoint Time Source # | |
| Eq FlightPoint Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPoint | |
| Ord FlightPoint Source # | |
Defined in Data.Aviation.Casr.Logbook.Types.FlightPoint Methods compare :: FlightPoint -> FlightPoint -> Ordering # (<) :: FlightPoint -> FlightPoint -> Bool # (<=) :: FlightPoint -> FlightPoint -> Bool # (>) :: FlightPoint -> FlightPoint -> Bool # (>=) :: FlightPoint -> FlightPoint -> Bool # max :: FlightPoint -> FlightPoint -> FlightPoint # min :: FlightPoint -> FlightPoint -> FlightPoint # | |
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 #
runway' :: HasFlightPoint c => Traversal' c String Source #