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.
right_childDef right_child(t) == Case(t) Case x;y => y Default => t
Thm* E:Type, t:Tree(E). right_child(t Tree(E)
treeDef Tree(E) == rec(T.tree_con(E;T))
Thm* E:Type. Tree(E Type

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

Definitions mb tree Sections MarkB generic Doc