aboutsummaryrefslogtreecommitdiff
path: root/theories/Reals/Rtopology.v
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-09-15 20:09:15 +0200
committerGaëtan Gilbert2018-12-19 17:02:45 +0100
commit8202a6394425bfd8db22966fe0ef83441d7b5d04 (patch)
tree41387774232caf0b7eec63bdca8ee315d35f6ad6 /theories/Reals/Rtopology.v
parent7492a1ae8422b3f996f844ae96376c3f88d82e13 (diff)
Put #[universes(template)] on all auto template spots in stdlib
Diffstat (limited to 'theories/Reals/Rtopology.v')
-rw-r--r--theories/Reals/Rtopology.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Reals/Rtopology.v b/theories/Reals/Rtopology.v
index 171dba5522..f94b5cab65 100644
--- a/theories/Reals/Rtopology.v
+++ b/theories/Reals/Rtopology.v
@@ -380,6 +380,7 @@ Proof.
apply Rinv_0_lt_compat; prove_sup0.
Qed.
+#[universes(template)]
Record family : Type := mkfamily
{ind : R -> Prop;
f :> R -> R -> Prop;