diff options
Diffstat (limited to 'theories/Numbers/Natural/Axioms/NAxioms.v')
| -rw-r--r-- | theories/Numbers/Natural/Axioms/NAxioms.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Numbers/Natural/Axioms/NAxioms.v b/theories/Numbers/Natural/Axioms/NAxioms.v index 7d8fb573a6..ad17e5255e 100644 --- a/theories/Numbers/Natural/Axioms/NAxioms.v +++ b/theories/Numbers/Natural/Axioms/NAxioms.v @@ -174,7 +174,7 @@ Implicit Arguments recursion_S [A]. End NatSignature. -Module NatProperties (Import NatModule : NatSignature). +Module NatProperties (Export NatModule : NatSignature). Module Export DomainPropertiesModule := DomainProperties DomainModule. Open Local Scope NScope. |
