From: Ferruccio Guidi Date: Wed, 3 May 2017 10:03:36 +0000 (+0000) Subject: notation for clear X-Git-Tag: make_still_working~448 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=28e68c7754285da0a4af5901d7cc5ed7fea9b1d7 notation for clear --- diff --git a/matita/matita/contribs/lambdadelta/basic_2/notation/relations/clear_3.ml b/matita/matita/contribs/lambdadelta/basic_2/notation/relations/clear_3.ml new file mode 100644 index 000000000..09003e83a --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/notation/relations/clear_3.ml @@ -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 THE FORMAL SYSTEM λδ ****************************************) + +notation "hvbox( L1 ⨵ [ break term 46 f ] break term 46 L2 )" + non associative with precedence 45 + for @{ 'Clear $f $L1 $L2 }.