X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fnames.txt;h=87d49091beb578bab1cfe79e8c4c8085e96f8c69;hb=b3c3ea1c87cbd7a87c8c29a276fc16f9ebbfb5bd;hp=1e1fc78ccead9e0abbe741df9964e7ad7884a4db;hpb=6d3e67a714d59ff5d0da7aff72323a6d2ac07db4;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/names.txt b/matita/matita/contribs/lambdadelta/basic_2/names.txt index 1e1fc78cc..87d49091b 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/names.txt +++ b/matita/matita/contribs/lambdadelta/basic_2/names.txt @@ -47,30 +47,44 @@ f: flat l: abstraction n: native type annotation -NAMING CONVENTIONS FOR TRANSFORMATIONS +NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS - first letter +b: bi contex-sensitive for local environments +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 +- 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 +u: supclosure 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 (general) (greater) +p: non-reflexive transitive closure (plus) +q: reflexive closure (question) +r: proper multiple step (restricted) (restricted) +s: reflexive transitive closure (star)