Module Lru

module Lru: sig .. end
Implementation of an LRU cache for memoising functions.

module Make: 
functor (T : Utilsigs.BasicType) -> sig .. end
Implementation of an LRU cache for memoising functions whose arguments can be compared for equality and can be hashed.