iu-parfunc / adaptive-data

0 stars 0 forks source link

Module namespace should be `Data.Concurrent`. #8

Closed rrnewton closed 8 years ago

rrnewton commented 8 years ago

The norm is that data structure implementations always go under the Data., like Data.Map etc. The adaptive-hashmap package currently uses Control.Concurrent.*Map.