cocreature / lrucaching

Haskell implementation of an LRU cache
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Don't export Priority in top-level module #4

Closed osa1 closed 6 years ago

osa1 commented 6 years ago

The module exports Priority but it can't be used without importing internals (which also export Priority). Hide it to avoid confusion.

cocreature commented 6 years ago

Thanks!