hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def flatten(l) == if null(l) then nil else head(l) @ flatten(tl(l)) fi 
Def (recursive)

is mentioned by

Def flat == l:('a List) List. flatten(l)[hflat]

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

hol list 1 Sections HOLlib Doc