packages feed

tilia-0.0.1.0: corpora/vendored/other/comment-over-a-hoisted-pragma-out.hs

{-# LANGUAGE OverloadedStrings #-}
-- eviction order is Cache.Warm's business
{-# OPTIONS_GHC -Wno-unused-imports #-}

-- | Cooling the cache.
module Cache.Cool where

cool :: IO ()
cool = pure ()