packages feed

tilia-0.0.1.0: corpora/vendored/other/trailing-comment-over-a-moved-haddock.hs

module Cache.Stats where

data Stats = Stats
    { hits :: Int
    , -- Misc
      misses :: Int
    -- ^ lookups that found nothing
    }