]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/names.txt
- big-tree reduction is now based on extended reduction
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / names.txt
index 1e1fc78ccead9e0abbe741df9964e7ad7884a4db..353fd787a2c91a82eb2c74a63269e86320a3bd3e 100644 (file)
@@ -47,24 +47,31 @@ f: flat
 l: abstraction
 n: native type annotation
 
-NAMING CONVENTIONS FOR TRANSFORMATIONS
+NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS
 
 - first letter
 
+c: contex-sensitive for terms
 f: context-freee for closures
-l: sn contex-sensitive for terms
-r: dx contex-sensitive for terms
+l: sn contex-sensitive for local environments
+r: dx contex-sensitive for local environments
 t: context-free for terms
 
 -second letter
 
-p: parallel
-s: sequential
+i: irreducible form
+n: normal form
+p: reflexive parallel transformation
+q: sequential transformation
+r: reducible form
+s: strongly normalizing form
 
 - third letter
 
+b: "big tree" reduction
 c: conversion
 d: decomposed extended reduction
+e: decomposed extended conversion
 q: restricted reduction
 r: reduction
 s: substitution
@@ -72,5 +79,9 @@ x: extended reduction
 
 - forth letter (if present)
 
-p: non-reflexive transitive closure
-s: reflexive transitive closure
+c: proper single step                          (successor)
+e: reflexive transitive closure to normal form (evaluation)
+g: proper multiple step                        (greater)
+p: non-reflexive transitive closure            (plus)
+q: reflexive closure                           (question)
+s: reflexive transitive closure                (star)