Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- ventWindows :: MonadIO m => Car m CommandResponse
- closeWindows :: MonadIO m => (Double, Double) -> Car m CommandResponse
- ventSunroof :: MonadIO m => Car m CommandResponse
- closeSunroof :: MonadIO m => Car m CommandResponse
Documentation
ventWindows :: MonadIO m => Car m CommandResponse Source #
Roll the windows down slightly.
closeWindows :: MonadIO m => (Double, Double) -> Car m CommandResponse Source #
Close the windows. This command will fail if the (lat,lon) passed in is too far from the car.
ventSunroof :: MonadIO m => Car m CommandResponse Source #
closeSunroof :: MonadIO m => Car m CommandResponse Source #