packages feed

tilia-0.0.1.0: corpora/vendored/other/cpp/branch-with-a-where-clause-out.hs

{-# LANGUAGE CPP #-}

module Cache.Warm where

warm :: IO ()
warm = do
#if TRACING
  report (label 1)
  where
    label n = "warm " <> show n
#else
  pure ()
#endif