| ||||||||||
| ||||||||||
| Description | ||||||||||
| The BasicTypes module defines the basic types such as Robot and Package. | ||||||||||
| type Point = (Int, Int) | ||||||||||
| type Money = Integer | ||||||||||
| type RobotID = Int | ||||||||||
| type PackageID = Int | ||||||||||
| type Weight = Int | ||||||||||
| data Direction | ||||||||||
| ||||||||||
| directions :: [(Char, Direction)] | ||||||||||
| lookupDirection :: Char -> Direction | ||||||||||
| Produced by Haddock version 0.4 |