aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorVincent Semeria2020-04-22 19:41:20 +0200
committerVincent Semeria2020-04-22 19:41:20 +0200
commita4432d05514a60f59b7917331abfb9f589d8ca85 (patch)
treedc0194ed3aa59ebda7f01e206d16b5c26191984e /theories
parent6c125cac6ede69f88dc21bb4c11d0a101b3e474b (diff)
Document Cauchy reals
Diffstat (limited to 'theories')
-rw-r--r--theories/Reals/Cauchy/ConstructiveCauchyReals.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Reals/Cauchy/ConstructiveCauchyReals.v b/theories/Reals/Cauchy/ConstructiveCauchyReals.v
index 1a5335a573..8ca65c30c8 100644
--- a/theories/Reals/Cauchy/ConstructiveCauchyReals.v
+++ b/theories/Reals/Cauchy/ConstructiveCauchyReals.v
@@ -36,6 +36,9 @@ Require CMorphisms.
We define sequences as positive -> Q instead of nat -> Q,
so that we can compute arguments like 2^n fast.
+
+ WARNING: this module is not meant to be imported directly,
+ please import `Reals.Abstract.ConstructiveReals` instead.
*)
Definition QSeqEquiv (un vn : positive -> Q) (cvmod : positive -> positive)
: Prop