Skip to content

Commit

Permalink
fix cex
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Sep 9, 2024
1 parent 639685f commit f2bed67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/SBV/Examples/KnuckleDragger/ListLen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ listLengthProof = do
-- Lemma: bad
-- *** Failed to prove bad.
-- Falsifiable. Counter-example:
-- xs = [42,99,100,101,59,102] :: [Integer]
-- imp = 42 :: Integer
-- spec = 6 :: Integer
-- xs = [8,25,26,27,28,42] :: [Integer]
-- imp = 42 :: Integer
-- spec = 6 :: Integer
badProof :: IO ()
badProof = do
let length :: SList Integer -> SInteger
Expand Down

0 comments on commit f2bed67

Please sign in to comment.