cocreature / lrucaching

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

[#2] doc: add usage example, using Data.LruCache.IO #3

Closed tiredpixel closed 7 years ago

tiredpixel commented 7 years ago

Following #2, some extra documentation. Sorry it's taken me so long; been moving countries and very busy. Hopefully, this will help. Thank you again for your own help, and indeed for writing such a useful library!

tiredpixel commented 7 years ago

@cocreature, fair point. I've unwrapped from the data, slimming the example.

cocreature commented 7 years ago

Thanks!