| Some definitions of interest. |
|
hlist | Def hlist('a) == 'a List |
| | Thm* 'a:S. hlist('a) S |
|
mt | Def mt(l) == Case of l; nil True ; a.as' False |
| | Thm* 'a:Type{i}, l:'a List. mt(l) Prop{1} |
|
not | Def A == A  False |
| | Thm* A:Prop. ( A) Prop |
|
stype | Def S == {T:Type| x:T. True } |
| | Thm* S Type{2} |