tilia-0.0.1.0: corpora/vendored/other/comment-over-a-hoisted-pragma.hs
-- | Cooling the cache.
{-# LANGUAGE OverloadedStrings #-}
-- eviction order is Cache.Warm's business
{-# OPTIONS_GHC -Wno-unused-imports #-}
module Cache.Cool where
cool :: IO ()
cool = pure ()