packages feed

heidi-0.0.0: bench/Time.hs

module Main where

import Criterion.Main

main :: IO ()
main = defaultMain [bench "const" (whnf const ())]