WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hmap?
hmapDef map == f:'a'bl:'a List. map(f;l)
Thm* 'a,'b:S. map  (('a  'b hlist('a hlist('b))
mapDef map(f;as) == Case of as; nil  nil ; a.as'  cons((f(a)); map(f;as'))
Def (recursive)
Thm* A,B:Type, f:(AB), l:A List. map(f;l B List
tlambdaDef (x:Tb(x))(x) == b(x)

Syntax:map has structure: hmap('a'b)

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

WhoCites Definitions HOLlib Sections NuprlLIB Doc