Constant project_init::includes::BENCH [] [src]

pub const BENCH: &'static str = "module Main where\n\nimport           Criterion.Main\nimport           Lib\n\nmain :: IO ()\nmain =\n    defaultMain [ bgroup \"head\"\n                      [ bench \"head\" $ whnf head\' [(1 :: Integer)..] ]\n                ]\n"