Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 21, 2023
1 parent 244f57d commit 9e369bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Data/SBV/Tools/Overflow.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class ArithOverflow a where
-- s0 = -128 :: Int8
-- s1 = -1 :: Int8
-- This is the only solution.

bvDivO :: a -> a -> (SBool, SBool)

-- | Bit-vector negation. Unsigned negation neither underflows nor overflows. Signed negation can only overflow, when the argument is
Expand Down

0 comments on commit 9e369bc

Please sign in to comment.