Skip to content

Commit d808a59

Browse files
committed
Update doc
1 parent 2c83330 commit d808a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ With this new version the modulus of a `Mod` number must be of type `Int`.
1010
If a `Mod` number is constructed with any other typeof `Integer`, the
1111
constructor will (try to) convert it to type `Int`.
1212

13-
> Be sure to construct new `Mod` numbers using this syntax: `Mod{N}(v)`. Do *not* use the
14-
old style `Mod{N,T}(v)` (where `T` is an `Integer` type). Support for this old style constructor is going to be
15-
removed.
13+
The old style `Mod{N,T}(v)` no longer works.
1614

1715
### Why this change?
1816

@@ -34,6 +32,8 @@ We believe that the dominant use case for this module will be with moduli betwee
3432
users. Further, since `Mod` numbers that required `Int128` moduli were
3533
likely to give incorrect results, version 1 of this module was buggy.
3634

35+
Users who require *smaller* integer (e.g., `Int8`) types should use the latest version 1 of `Mods`.
36+
3737
In addition, some functionality has been moved to the `extras` folder.
3838
See the `README` there.
3939

0 commit comments

Comments
 (0)