Skip to content

Commit 078d221

Browse files
committed
Correct mistake in feature shopping list in README
1 parent 1851caf commit 078d221

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ arby is designed with the following goals in mind:
4040

4141
### What will be provided in future?
4242

43-
- Additions to **`Nat`**:
4443
- Arbitrary-precision signed integers (the [Integers](https://en.wikipedia.org/wiki/Integer)) via class **`Int`**
45-
- All operations supported by **`Nat`** with the exception of bitwise ones
44+
- All operations supported by **`Nat`** with the exception of bitwise ones (but including bit-shifting)
4645
- sign change
4746
- absolute value
4847

0 commit comments

Comments
 (0)