From 8c6e4521acc9dad59b3ceebae66ce5e7a63a7c44 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Thu, 5 May 2022 14:15:52 +0200 Subject: [PATCH 1/1] update in delayed_updating + notation for reversed path --- .../notation/functions/nec_r_1.ma | 19 +++++++++++++++++++ matita/matita/predefined_virtuals.ml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/nec_r_1.ma diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/nec_r_1.ma b/matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/nec_r_1.ma new file mode 100644 index 000000000..ec39b28d9 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/delayed_updating/notation/functions/nec_r_1.ma @@ -0,0 +1,19 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +(* NOTATION FOR DELAYED UPDATING ********************************************) + +notation "hvbox( p ᴿ )" + non associative with precedence 70 + for @{ 'NEcR $p }. diff --git a/matita/matita/predefined_virtuals.ml b/matita/matita/predefined_virtuals.ml index 92cb18cfa..1ee9d29e0 100644 --- a/matita/matita/predefined_virtuals.ml +++ b/matita/matita/predefined_virtuals.ml @@ -1570,7 +1570,7 @@ let predefined_classes = [ ["q"; "𝕢"; "𝐪"; "ⓠ"; ] ; ["Q"; "ℚ"; "𝐐"; "Ⓠ"; ] ; ["r"; "ρ"; "ϱ"; "𝕣"; "𝐫"; "𝛒"; "𝛠"; "ⓡ"; ] ; - ["R"; "ℛ"; "ℜ"; "ℝ"; "𝐑"; "Ⓡ"; ] ; + ["R"; "ℛ"; "ℜ"; "ℝ"; "𝐑"; "Ⓡ"; "ᴿ"; ] ; ["s"; "σ"; "ς"; "𝕤"; "𝐬"; "𝛔"; "ⓢ"; ] ; ["S"; "Σ"; "𝕊"; "𝐒"; "𝚺"; "Ⓢ"; "𝗦"; ] ; ["t"; "τ"; "𝕥"; "𝐭"; "𝛕"; "ⓣ"; ] ; -- 2.39.2