]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/names.txt
- partial commit of rt_transition ...
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / names.txt
1 NAMING CONVENTIONS FOR METAVARIABLES
2
3 A,B    : arity
4 C      : candidate of reducibility
5 D,E    : RTM environment
6 F,G    : global environment 
7 H      : reserved: transient premise
8 IH     : reserved: inductive premise
9 I,J    : item
10 K,L    : local environment
11 M,N    : reserved: future use
12 O,P,Q  :
13 R      : generic predicate (relation)
14 S      : RTM stack
15 T,U,V,W: term
16 X,Y,Z  : reserved: transient objet denoted by a capital letter
17
18 a,b    :
19 c      : local dropping kind parameter (true = restricted, false = general)
20 d      : term degree
21 e      : reserved: future use (\lambda\delta 3)
22 f,g    : local reference transforming map 
23 h      : sort hierarchy parameter
24 i,j    : local reference depth (de Bruijn's)
25 k,l    : global reference level
26 m      : 
27 n      : type iterations
28 o      : sort degree parameter
29 p,q    : binder polarity
30 r      : reduction kind parameter (true = ordinary, false = extended)
31 s      : sort index
32 t,u    :
33 v,w    : local reference position level (de Bruijn's) (RTM)
34 x,y,z  : reserved: transient objet denoted by a small letter
35
36 NAMING CONVENTIONS FOR CONSTRUCTORS
37
38 0: atomic
39 2: binary
40
41 A: application to vector
42 F: boolean false
43 T: boolean true
44
45 a: application
46 b: binder
47 d: abbreviation
48 f: flat
49 l: abstraction
50 n: native type annotation
51
52 NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS
53
54 - prefix and first letter
55
56 b: bi contex-sensitive for local environments
57 c: contex-sensitive for terms
58 f: context-freee for closures
59 l: sn contex-sensitive for local environments
60 r: dx contex-sensitive for local environments
61 s: stratified (prefix) 
62 t: context-free for terms
63
64 - second letter
65
66 e: reserved for generic entrywise extension
67 i: irreducible form
68 n: normal form
69 p: reflexive parallel transformation
70 q: sequential transformation
71 r: reducible form
72 s: strongly normalizing form
73
74 - third letter
75
76 b: (q)rst-reduction
77 c: conversion
78 d: decomposed rt-reduction
79 e: decomposed rt-conversion
80 g: generic rt-transition
81 q: restricted reduction
82 r: reduction
83 s: substitution
84 u: supclosure
85 w: reserved for generic pointwise extension
86 x: rt-reduction
87 y: rt-substitution
88
89 - forth letter (if present)
90
91 c: proper single step (general)                (successor)
92 e: reflexive transitive closure to normal form (evaluation)
93 g: proper multiple step (general)              (greater)
94 p: non-reflexive transitive closure            (plus)
95 q: reflexive closure                           (question)
96 r: proper multiple step (restricted)           (restricted)
97 s: reflexive transitive closure                (star)
98 u: proper single step (restricted)             (unit)