WhoCites Definitions array 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites array shift?
array_shiftDef a[++i] == <(a.l+i),(a.u+i),(j.a[(j-i)])>
Thm* T:Type, i:j:{i...}, a:[T]Array{i..j}, m:.
Thm* a[++m [T]Array{i+m..j+m}
array_elDef a[i] == 2of(2of(a))(i)
Thm* T:Type, i:j:{i...}, a:[T]Array{i..j}, k:{i..j}. a[k T
Thm* T:Type, a:[T]Array , i:{a.l..a.u}. a[i T
array_ubDef a.u == 1of(2of(a))
Thm* T:Type, a:[T]Array . a.u  
array_lbDef a.l == 1of(a)
Thm* T:Type, a:[T]Array . a.l  
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A

Syntax:a[++i] has structure: array_shift(ai)

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

WhoCites Definitions array 1 Sections StandardLIB Doc