]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/basic_2/names.txt
- predefined_virtuals: some additions
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / names.txt
1 NAMING CONVENTIONS FOR METAVARIABLES
2
3 A,B    : arity
4 C,D    : candidate of reducibility
5 E,F    : RTM environment
6 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      : 
13 P,Q    : reserved: future use
14 R      : generic predicate (relation)
15 S      : RTM stack
16 T,U,V,W: term
17 X,Y,Z  : reserved: transient objet denoted by a capital letter
18
19 d      : relocation depth
20 e      : relocation height
21 h      : sort hierarchy parameter
22 i,j    : local reference position index (de Bruijn's)
23 k      : sort index
24 p,q    : global reference position
25 t,u    : local reference position level (de Bruijn's)
26 x,y,z  : reserved: transient objet denoted by a small letter
27
28 NAMING CONVENTIONS FOR CONSTRUCTORS
29
30 0: atomic
31 2: binary
32
33 A: application to vector
34
35 a: application
36 b: binder
37 d: abbreviation
38 f: flat
39 l: abstraction
40 n: native type annotation