packages feed

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

-- | Warming the cache.
--
--   Usage:
--   @
--
--     import qualified Cache.Warm as Warm
--
--   @

{-# OPTIONS_GHC -Wno-incomplete-patterns #-}
  -- the shapes below are exhaustive, but not obviously so

module Cache.Warm where

warm :: IO ()
warm = pure ()