| Some definitions of interest. |
|
label | Def t ...$L == t |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |
| | Thm* S |
|
le | Def A B == B<A |
| | Thm* i,j: . (i j) Prop |
|
length | Def ||as|| == Case of as; nil 0 ; a.as' ||as'||+1 (recursive) |
| | Thm* A:Type, l:A List. ||l||  |
| | Thm* ||nil||  |
| | Thm* 'a:Type, l:'a List. ||l||  |