mb list 1 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def null(as) == Case of as; nil  true ; a.as'  false

is mentioned by

Thm* L:T List. L  nil  null(L)[iseg_nil]
Thm* L1,L2:T List. null(L2 L1  tl(L2 L1  L2[sublist_tl]
Thm* L:T List, x:Tnull(L last([x / L]) = last(L)[last_cons]
Thm* T:Type, L:T List. null(L last(L T[last_wf]
Thm* L:T List, x:T. (x  L null(L)[member_null]
Thm* L:T List, x:T. null(L (x  L)[null_member]

In prior sections: list 1

Try larger context: MarkB generic IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

mb list 1 Sections MarkB generic Doc