WhoCites Definitions mb automata 1 Sections GenAutomata Doc

Who Cites compose?
compose Def (f o g)(x) == f(g(x))
Thm* A,B,C:Type, f:(BC), g:(AB). f o g AC
map Def map(f;as) == Case of as; nil nil ; a.as' [(f(a)) / map(f;as')] (recursive)
Thm* A,B:Type, f:(AB), l:A List. map(f;l) B List
Thm* A,B:Type, f:(AB), l:A List. map(f;l) B List
top Def Top == Void given Void
Thm* Top Type

About:
listconsnillist_indvoidisect
applyfunctionrecursive_def_noticeuniversemembertopall!abstraction

WhoCites Definitions mb automata 1 Sections GenAutomata Doc