tilia-0.0.1.0: corpora/vendored/other/trailing-comment-over-a-moved-haddock-out.hs
module Cache.Stats where
data Stats = Stats
{ hits :: Int,
-- Misc
-- | lookups that found nothing
misses :: Int
}
module Cache.Stats where
data Stats = Stats
{ hits :: Int,
-- Misc
-- | lookups that found nothing
misses :: Int
}