tilia-0.0.1.0: corpora/vendored/other/comment-under-a-block-haddock-out.hs
module Cache.Warm where
{- | Fill the cache before the first request arrives. -}
-- TODO: measure whether this still earns its keep
warm :: IO ()
warm = pure ()
module Cache.Warm where
{- | Fill the cache before the first request arrives. -}
-- TODO: measure whether this still earns its keep
warm :: IO ()
warm = pure ()