WhoCites Definitions MarkB generic Sections NuprlLIB Doc

Who Cites compose list?
compose_listDef compose_list(L) == reduce(p,q. p o q;x.x;L)
Thm* T:Type, L:(TT) List. compose_list(L) TT
compose Def (f o g)(x) == f(g(x))
Thm* A,B,C:Type, f:(BC), g:(AB). f o g AC
reduce Def reduce(f;k;as) == Case of as; nil k ; a.as' f(a,reduce(f;k;as')) (recursive)
Thm* A,B:Type, f:(ABB), k:B, as:A List. reduce(f;k;as) B

About:
listlist_indlambdaapply
functionrecursive_def_noticeuniversememberall!abstraction

WhoCites Definitions MarkB generic Sections NuprlLIB Doc