NuprlPrimitives Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def A^n == if n=0 Unit ; n=1 A else A(A^(n-1)) fi  (recursive)

is mentioned by

Thm* A:Type, P:(AProp), n:X:(A^n). ( u in XA^nP(u))  Prop[sfa_doc_ntuple_contains_wf]
Thm* n:n (A^n) = A(A^(n-1))[sfa_doc_ntuple_is_prod]

IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

NuprlPrimitives Sections NuprlLIB Doc