diff options
Diffstat (limited to 'theories/Numbers/Natural/Abstract/NBase.v')
| -rw-r--r-- | theories/Numbers/Natural/Abstract/NBase.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Natural/Abstract/NBase.v b/theories/Numbers/Natural/Abstract/NBase.v index 6bf12ee5ea..4095fbb502 100644 --- a/theories/Numbers/Natural/Abstract/NBase.v +++ b/theories/Numbers/Natural/Abstract/NBase.v @@ -16,7 +16,7 @@ Require Import NZProperties. Module NBasePropFunct (Import N : NAxiomsSig). (** First, we import all known facts about both natural numbers and integers. *) -Include NZPropFunct N. +Include Type NZPropFunct N. Local Open Scope NumScope. (** We prove that the successor of a number is not zero by defining a |
