WhoCites Definitions mb list 1 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites listp?
listpDef A List == {l:(A List)| (0<||l||) }
Thm* A:Type. A List  Type
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
lt_intDef i<j == if i<j true ; false fi
Thm* i,j:. (i<j 
assertDef b == if b True else False fi
Thm* b:b  Prop

Syntax:A List has structure: listp(A)

About:
listnillist_indboolbfalsebtrue
ifthenelseassertintnatural_numberaddlessset
recursive_def_noticeuniversememberpropfalsetrueall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions mb list 1 Sections MarkB generic Doc