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

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