WhoCites Definitions graph 1 3 Sections Graphs Doc

Who Cites upto?
uptoDef upto(i;j) == if i < j [i / upto(i+1;j)] else nil fi (recursive)
Thm* i,j:. upto(i;j) {i..j} List
lt_int Def i < j == if i < j true ; false fi
Thm* i,j:. (i < j)

Syntax:upto(i;j) has structure: upto(i; j)

About:
listconsnilboolbfalsebtrueifthenelseintnatural_number
addlessrecursive_def_noticememberall!abstraction

WhoCites Definitions graph 1 3 Sections Graphs Doc