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.
is_leafDef is_leaf(t) == Case(t) Case tree_leaf(l) => true Default => false
Thm* E:Type, t:Tree(E). is_leaf(t 
treeDef Tree(E) == rec(T.tree_con(E;T))
Thm* E:Type. Tree(E Type

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

Definitions mb tree Sections MarkB generic Doc