Copilot.Verifier.Examples.ShouldPass.IntOps
spec :: Spec Source #
triggerOp1 :: String -> (Stream Int16 -> Stream Int16) -> Stream Int16 -> Spec Source #
triggerOp2 :: String -> (Stream Int16 -> Stream Int16 -> Stream Int16) -> Stream Int16 -> Stream Int16 -> Spec Source #
testOp1 :: (Stream Int16 -> Stream Int16) -> Stream Int16 -> Stream Bool Source #
testOp2 :: (Stream Int16 -> Stream Int16 -> Stream Int16) -> Stream Int16 -> Stream Int16 -> Stream Bool Source #
verifySpec :: Verbosity -> IO () Source #