]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda/term.ma
- bugfix in stylesheets
[helm.git] / matita / matita / contribs / lambda / term.ma
index 7710c05fb867084e036bee357182125af1d2e452..2e6a6e0ec16eaf566cf0a5ef3012837560a8d58d 100644 (file)
@@ -18,7 +18,7 @@ include "preamble.ma".
 
 (* TERM STRUCTURE ***********************************************************)
 
-(* Policy: term metavariables: A, B, C, D
+(* Policy: term metavariables: A, B, C, D, M, N
            de Bruijn indexes : i, j
 *)
 inductive term: Type[0] ≝
@@ -37,17 +37,17 @@ interpretation "term construction (application)"
    'Application C A = (Appl C A).
 
 notation "hvbox( # term 90 i )"
- non associative with precedence 55
+ non associative with precedence 90
  for @{ 'VariableReferenceByIndex $i }.
 
-notation "hvbox( 𝛌  . term 55 A )"
-   non associative with precedence 55
+notation "hvbox( 𝛌  . term 46 A )"
+   non associative with precedence 46
    for @{ 'Abstraction $A }.
 
-notation > "hvbox( 𝛌 term 55 A )"
-   non associative with precedence 55
+notation > "hvbox( 𝛌 term 46 A )"
+   non associative with precedence 46
    for @{ 'Abstraction $A }.
 
-notation "hvbox( @ term 55 C . break term 55 A )"
-   non associative with precedence 55
+notation "hvbox( @ term 46 C . break term 46 A )"
+   non associative with precedence 46
    for @{ 'Application $C $A }.