From fcd8a670b4e56e69e67315d9bf40130cff68312b Mon Sep 17 00:00:00 2001 From: Gaëtan Gilbert Date: Wed, 16 Oct 2019 10:57:29 +0200 Subject: Define sphinx replacements for \SProp \Type etc --- doc/sphinx/refman-preamble.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/sphinx/refman-preamble.rst b/doc/sphinx/refman-preamble.rst index c662028773..de95eda989 100644 --- a/doc/sphinx/refman-preamble.rst +++ b/doc/sphinx/refman-preamble.rst @@ -70,7 +70,11 @@ .. |p_i| replace:: `p`\ :math:`_{i}` .. |p_n| replace:: `p`\ :math:`_{n}` .. |Program| replace:: :strong:`Program` +.. |Prop| replace:: :math:`\Prop` +.. |SProp| replace:: :math:`\SProp` +.. |Set| replace:: :math:`\Set` .. |SSR| replace:: :smallcaps:`SSReflect` +.. |Type| replace:: :math:`\Type` .. |t_1| replace:: `t`\ :math:`_{1}` .. |t_i| replace:: `t`\ :math:`_{i}` .. |t_m| replace:: `t`\ :math:`_{m}` -- cgit v1.2.3 From 5c5790d587ad425a882ea8bcdcf28d5ac046aaa3 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 15 Oct 2019 21:33:31 +0200 Subject: Fix a De Bruijn bug in the computation of term relevance in the kernel. Opening up a lambda should always lift the substitution attached to it. --- doc/changelog/01-kernel/10904-fix-debruijn-sprop-rel.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/changelog/01-kernel/10904-fix-debruijn-sprop-rel.rst (limited to 'doc') diff --git a/doc/changelog/01-kernel/10904-fix-debruijn-sprop-rel.rst b/doc/changelog/01-kernel/10904-fix-debruijn-sprop-rel.rst new file mode 100644 index 0000000000..6cab6a1c13 --- /dev/null +++ b/doc/changelog/01-kernel/10904-fix-debruijn-sprop-rel.rst @@ -0,0 +1,3 @@ +- Fix proof of False when using |SProp| (incorrect De Bruijn handling + when inferring the relevance mark of a function) (`#10904 + `_, by Pierre-Marie Pédrot). -- cgit v1.2.3