Definitions
MarkB
generic
Sections
NuprlLIB
Doc
No other cites to report in MarkB_generic
mapc
Def mapc(f)(as) == Case of as; nil
nil ; a.as1
[(f(a)) / (mapc(f)(as1))] (recursive)
Thm*
A,B:Type, f:(A
B). mapc(f)
(A List)
(B List)
About:
Definitions
MarkB
generic
Sections
NuprlLIB
Doc