Definitions mb tree Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
subtypeDef S  T == x:Sx  T
treeDef Tree(E) == rec(T.tree_con(E;T))
Thm* E:Type. Tree(E Type
tree_conDef tree_con(E;T) == E+(TT)
Thm* E,T:Type. tree_con(E;T Type
tree_nodeDef tree_node(x) == inr(x)
Thm* E,T:Type, x:(TT). tree_node(x tree_con(E;T)
Thm* E:Type, x,y:Tree(E). tree_node(<x,y>)  Tree(E)

About:
pairproductunioninrrecuniversemembersubtypeall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb tree Sections MarkB generic Doc