Skip to content

Commit

Permalink
use the synonym
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 6, 2024
1 parent 58ccc2b commit b4dc7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/SBV/Examples/Puzzles/DieHard.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ dieHard = display =<< bmcCover Nothing True (pure ()) initial trans goal
in st{big = st.big + xfer, small = st.small - xfer}
]

display :: Either String (Int, [State Integer Action]) -> IO ()
display :: Either String (Int, [CState]) -> IO ()
display (Left e) = error e
display (Right (_, as)) = mapM_ print as

0 comments on commit b4dc7f6

Please sign in to comment.