]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/lambda/levels/term.ma
decentralized notation in lambda
[helm.git] / matita / matita / lib / lambda / levels / term.ma
index 593e2b64893232e0ee567f956d9c84416b552963..d7fd7f32b45dfb45c9305f9078ddd06742174bec 100644 (file)
@@ -14,6 +14,9 @@
 
 include "lambda/background/preamble.ma".
 
+include "lambda/notation/functions/variablereferencebylevel_2.ma".
+include "lambda/notation/functions/application_3.ma".
+
 (* PER LEVEL TERM STRUCTURE *************************************************)
 
 (* Policy: term metavariables          : A, B, C, D, M, N
@@ -31,7 +34,3 @@ interpretation "stratified term construction (variable reference by level)"
 
 interpretation "stratified term construction (application)"
    'Application i C A = (LAppl i C A).
-
-notation "hvbox( { term 46 b } ยง break term 90 d )"
- non associative with precedence 46
- for @{ 'VariableReferenceByLevel $b $d }.