WhoCites Definitions graph 1 1 Sections Graphs Doc

Who Cites union-reduce?
union-reduceDef union-reduce(f;g;x;as) == reduce(a,y. InjCase(a; j. f(j,y), g(j,y));x;as)
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

Syntax:union-reduce(f;g;x;as) has structure: union-reduce(f; g; x; as)

About:
listlist_inddecide
lambdaapplyfunctionrecursive_def_noticeuniversememberall!abstraction

WhoCites Definitions graph 1 1 Sections Graphs Doc