From 349f9e15a880feb5e0ab329d9b73724f4b8ab726 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Wed, 13 Jan 2016 20:35:12 +0000 Subject: [PATCH] missing notation file --- .../ground_2/notation/functions/apply_2.ma | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 matita/matita/contribs/lambdadelta/ground_2/notation/functions/apply_2.ma diff --git a/matita/matita/contribs/lambdadelta/ground_2/notation/functions/apply_2.ma b/matita/matita/contribs/lambdadelta/ground_2/notation/functions/apply_2.ma new file mode 100644 index 000000000..a4d566f3f --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground_2/notation/functions/apply_2.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 *) +(* *) +(**************************************************************************) + +(* GENERAL NOTATION USED BY THE FORMAL SYSTEM λδ ****************************) + +notation "hvbox( f @ ❴ break term 46 a ❵ )" + non associative with precedence 60 + for @{ 'Apply $f $a }. -- 2.39.2