sbv-14.4: SBVBenchSuite/BenchSuite/Misc/Newtypes.hs
-----------------------------------------------------------------------------
-- |
-- Module : BenchSuite.Misc.Newtypes
-- Copyright : (c) Jeffrey Young
-- Levent Erkok
-- License : BSD3
-- Maintainer: erkokl@gmail.com
-- Stability : experimental
--
-- Bench suite for Documentation.SBV.Examples.Misc.Newtypes
-----------------------------------------------------------------------------
{-# OPTIONS_GHC -Wall -Werror #-}
module BenchSuite.Misc.Newtypes(benchmarks) where
import Documentation.SBV.Examples.Misc.Newtypes
import BenchSuite.Bench.Bench
-- benchmark suite
benchmarks :: Runner
benchmarks = run "Problem" problem