packages feed

tilia-0.0.1.0: corpora/vendored/other/section-heading-under-a-haddock.hs

module Cache.Report where

-- | Everything under here is about reporting, not about the cache itself.

-- * Counters

-- | How many lookups found something.
hits :: Int
hits = 0