| Safe Haskell | None | 
|---|
Data.Locations.Postcodes
Documentation
Arguments
| :: String | The postcode  | 
| -> IO (Maybe Postcode) | Either Just a postcode or Nothing if it could not be found  | 
Return a Postcode for the postcode string. This uses the network
Arguments
| :: String | The postcode to be the centre of the search  | 
| -> Float | The radius to search in miles  | 
| -> IO (Maybe [(Float, Postcode)]) | Either Just a list of tuples of distance and postcode or Nothing if the given postcode could not be found  | 
Find all the postcodes within a given range and return a postcode and the distance for each. This uses the network