This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import System.Random | |
import Control.Monad.Random | |
import qualified Data.Map.Lazy as Map | |
import Data.Map.Lazy (Map) | |
import Data.Maybe | |
import Data.Traversable as T | |
-- for the moment consider this a constant | |
max_speed = 2 |