sbv-2.9: SBVUnitTest/TestSuite/Uninterpreted/Function.hs
-----------------------------------------------------------------------------
-- |
-- Module : TestSuite.Uninterpreted.Function
-- Copyright : (c) Levent Erkok
-- License : BSD3
-- Maintainer : erkokl@gmail.com
-- Stability : experimental
--
-- Testsuite for Data.SBV.Examples.Uninterpreted.Function
-----------------------------------------------------------------------------
module TestSuite.Uninterpreted.Function where
import Data.SBV.Examples.Uninterpreted.Function
import SBVTest
-- Test suite
testSuite :: SBVTestSuite
testSuite = mkTestSuite $ \_ -> test [
"aufunc-0" ~: assert =<< isThm thmGood
, "aufunc-1" ~: assert . not =<< isThm thmBad
]