]> matita.cs.unibo.it Git - helm.git/commitdiff
notation for clear
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Wed, 3 May 2017 10:03:36 +0000 (10:03 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Wed, 3 May 2017 10:03:36 +0000 (10:03 +0000)
matita/matita/contribs/lambdadelta/basic_2/notation/relations/clear_3.ml [new file with mode: 0644]

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 (file)
index 0000000..09003e8
--- /dev/null
@@ -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 }.