sbv-8.7: SBVBenchSuite/BenchSuite/WeakestPreconditions/Length.hs
-----------------------------------------------------------------------------
-- |
-- Module : BenchSuite.WeakestPreconditions.Length
-- Copyright : (c) Jeffrey Young
-- Levent Erkok
-- License : BSD3
-- Maintainer: erkokl@gmail.com
-- Stability : experimental
--
-- Bench suite for Documentation.SBV.Examples.WeakestPreconditions.Length
-----------------------------------------------------------------------------
{-# OPTIONS_GHC -Wall -Werror -fno-warn-orphans #-}
{-# LANGUAGE NamedFieldPuns #-}
module BenchSuite.WeakestPreconditions.Length(benchmarks) where
import Documentation.SBV.Examples.WeakestPreconditions.Length
import Control.DeepSeq
import BenchSuite.Bench.Bench
import BenchSuite.WeakestPreconditions.Instances()
instance NFData a => NFData (LenS a)
benchmarks :: Runner
benchmarks = runIO "Correctness.Length" correctness