Idris2Doc : Data.LRUCache1.Internal

Data.LRUCache1.Internal

(source)
Linear Least Recently Used (LRU) Cache Internals

Definitions

dataLRUCache1 : Type->Type->Type->Type
  Linear Least Recently Used (LRU) Cache based on hashing.

Totality: total
Visibility: public export
Constructor: 
MkLRUCache1 : Refs (LRUCachekv) ->LRUCache1skv