File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ With this new version the modulus of a `Mod` number must be of type `Int`.
10
10
If a ` Mod ` number is constructed with any other typeof ` Integer ` , the
11
11
constructor will (try to) convert it to type ` Int ` .
12
12
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.
16
14
17
15
### Why this change?
18
16
@@ -34,6 +32,8 @@ We believe that the dominant use case for this module will be with moduli betwee
34
32
users. Further, since ` Mod ` numbers that required ` Int128 ` moduli were
35
33
likely to give incorrect results, version 1 of this module was buggy.
36
34
35
+ Users who require * smaller* integer (e.g., ` Int8 ` ) types should use the latest version 1 of ` Mods ` .
36
+
37
37
In addition, some functionality has been moved to the ` extras ` folder.
38
38
See the ` README ` there.
39
39
You can’t perform that action at this time.
0 commit comments