From 4cf05796bdc7d48590f368c2706a6ffa1fa112d2 Mon Sep 17 00:00:00 2001 From: Michael Soegtrop Date: Fri, 17 Jan 2020 20:36:12 +0100 Subject: Add file to register names of reals library used by gappa --- doc/stdlib/index-list.html.template | 1 + theories/Reals/Rregisternames.v | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 theories/Reals/Rregisternames.v diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index 51688e2d9e..0f05237036 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -595,6 +595,7 @@ through the Require Import command.

theories/Reals/SeqSeries.v theories/Reals/Sqrt_reg.v theories/Reals/Rlogic.v + theories/Reals/Rregisternames.v (theories/Reals/Reals.v) theories/Reals/Runcountable.v diff --git a/theories/Reals/Rregisternames.v b/theories/Reals/Rregisternames.v new file mode 100644 index 0000000000..7a0f354a53 --- /dev/null +++ b/theories/Reals/Rregisternames.v @@ -0,0 +1,30 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2020 *) +(*