diff options
Diffstat (limited to 'theories/Numbers/Integer/Abstract/ZBase.v')
| -rw-r--r-- | theories/Numbers/Integer/Abstract/ZBase.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Integer/Abstract/ZBase.v b/theories/Numbers/Integer/Abstract/ZBase.v index c57f9ede0c..0b8538873e 100644 --- a/theories/Numbers/Integer/Abstract/ZBase.v +++ b/theories/Numbers/Integer/Abstract/ZBase.v @@ -18,7 +18,7 @@ Module ZBasePropFunct (Import ZAxiomsMod : ZAxiomsSig). (* Note: writing "Export" instead of "Import" on the previous line leads to some warnings about hiding repeated declarations and results in the loss of -notations in Zplus and later *) +notations in Zadd and later *) Open Local Scope IntScope. |
