Skip to content

Commit

Permalink
Disambiguate for haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Oct 30, 2023
1 parent 78101c9 commit 8f8c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV.hs
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ bit-vectors. The operations that are restricted to bounded word/int sizes are:
* Extraction and concatenation: 'bvExtract', '#', 'zeroExtend', 'signExtend', 'bvDrop', and 'bvTake'
Usual arithmetic ('+', '-', '*', 'sQuotRem', 'sQuot', 'sRem', 'sDivMod', 'sDiv', 'sMod') and logical operations ('.<', '.<=', '.>', '.>=', '.==', './=') operations are
Usual arithmetic ('Prelude.+', 'Prelude.-', '*', 'sQuotRem', 'sQuot', 'sRem', 'sDivMod', 'sDiv', 'sMod') and logical operations ('.<', '.<=', '.>', '.>=', '.==', './=') operations are
supported for 'SInteger' fully, both in programming and verification modes.
-}

Expand Down

0 comments on commit 8f8c7bb

Please sign in to comment.