Skip to content

Commit c5de194

Browse files
chore: add missing BitVec names (#406)
1 parent 932cb30 commit c5de194

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Manual/BasicTypes/BitVec.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ Because bitvectors are understood as two's complement numbers, addition, subtrac
361361

362362
{docstring BitVec.uaddOverflow}
363363

364+
{docstring BitVec.usubOverflow}
365+
364366
### Signed Operations
365367

366368
{docstring BitVec.abs}
@@ -377,10 +379,14 @@ Because bitvectors are understood as two's complement numbers, addition, subtrac
377379

378380
{docstring BitVec.saddOverflow}
379381

382+
{docstring BitVec.ssubOverflow}
383+
380384
## Iteration
381385

382386
{docstring BitVec.iunfoldr}
383387

388+
{docstring BitVec.iunfoldr_replace}
389+
384390
## Proof Automation
385391

386392
### Bit Blasting

0 commit comments

Comments
 (0)