X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fnames.txt;h=583105a8d8738d649cbeb7710089e44e35033dfc;hb=6f1f9e20aa2775d41bba64289fc903e6612baaf3;hp=353fd787a2c91a82eb2c74a63269e86320a3bd3e;hpb=c28e3d93b588796bfbbfd6b2ec9dd86f405b2b00;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/names.txt b/matita/matita/contribs/lambdadelta/basic_2/names.txt index 353fd787a..583105a8d 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/names.txt +++ b/matita/matita/contribs/lambdadelta/basic_2/names.txt @@ -1,9 +1,9 @@ NAMING CONVENTIONS FOR METAVARIABLES A,B : arity -C,D : candidate of reducibility -E,F : RTM environment -G : global environment +C : candidate of reducibility +D,E : RTM environment +F,G : global environment H : reserved: transient premise IH : reserved: inductive premise I,J : item @@ -16,7 +16,7 @@ T,U,V,W: term X,Y,Z : reserved: transient objet denoted by a capital letter a,b : binder polarity -c : reserved: future use (lambda_delta 3) +c : reserved: future use (\lambda\delta 3) d : relocation depth e : relocation height f : @@ -28,8 +28,9 @@ l : term degree m,n : reserved: future use o : p,q : global reference position -r,s : -t,u : local reference position level (de Bruijn's) +r : reduction kind parameter (true = ordinary, false = extended) +s : local dropping kind parameter (true = general, false = restricted) +t,u : local reference position level (de Bruijn's) (RTM) v,w : x,y,z : reserved: transient objet denoted by a small letter @@ -39,6 +40,8 @@ NAMING CONVENTIONS FOR CONSTRUCTORS 2: binary A: application to vector +F: boolean false +T: boolean true a: application b: binder @@ -49,15 +52,17 @@ n: native type annotation NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS -- first letter +- prefix and first letter +b: bi contex-sensitive for local environments c: contex-sensitive for terms f: context-freee for closures l: sn contex-sensitive for local environments r: dx contex-sensitive for local environments +s: stratified (prefix) t: context-free for terms --second letter +- second letter i: irreducible form n: normal form @@ -75,13 +80,19 @@ e: decomposed extended conversion q: restricted reduction r: reduction s: substitution +u: supclosure +w: reserved for generic pointwise extension x: extended reduction +y: extended substitution - forth letter (if present) -c: proper single step (successor) +c: proper single step (general) (successor) e: reflexive transitive closure to normal form (evaluation) -g: proper multiple step (greater) +g: proper multiple step (general) (greater) p: non-reflexive transitive closure (plus) q: reflexive closure (question) +r: proper multiple step (restricted) (restricted) s: reflexive transitive closure (star) +u: proper single step (restricted) (unit) +x: reserved for generic pointwise extension