From 42d87f7159748c5cb55554988779b326dc390447 Mon Sep 17 00:00:00 2001 From: Vincent Semeria Date: Thu, 8 Aug 2019 19:25:24 +0200 Subject: Add interface of constructive real numbers, with an opaque implementation by Cauchy reals --- doc/stdlib/index-list.html.template | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index dcfe4a08f3..35bcfacd48 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -514,6 +514,7 @@ through the Require Import command.

theories/Reals/Rdefinitions.v + theories/Reals/ConstructiveReals.v theories/Reals/ConstructiveCauchyReals.v theories/Reals/Raxioms.v theories/Reals/ConstructiveRIneq.v -- cgit v1.2.3 From ecd4b9f09e90d166c8088b139c36ef52be10b982 Mon Sep 17 00:00:00 2001 From: Vincent Semeria Date: Mon, 19 Aug 2019 23:28:29 +0200 Subject: Split ConstructiveRealsLUB and improve comments --- doc/stdlib/index-list.html.template | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index 35bcfacd48..cc91776a4d 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -518,6 +518,7 @@ through the Require Import command.

theories/Reals/ConstructiveCauchyReals.v theories/Reals/Raxioms.v theories/Reals/ConstructiveRIneq.v + theories/Reals/ConstructiveRealsLUB.v theories/Reals/RIneq.v theories/Reals/DiscrR.v theories/Reals/ROrderedType.v -- cgit v1.2.3