WhoCites Definitions mb automata 1 Sections GenAutomata Doc

Who Cites term vars?
term_varsDef term_vars(t) == iterate(statevar v- > [v] statevar v'- > [v] funsymbol f- > nil freevar f- > nil trace(P)- > nil x(y)- > x @ y over t)
append Def as @ bs == Case of as; nil bs ; a.as' [a / (as' @ bs)] (recursive)
Thm* T:Type, as,bs:T List. (as @ bs) T List

About:
listconsconsnillist_ind
recursive_def_noticeuniversememberall!abstraction

WhoCites Definitions mb automata 1 Sections GenAutomata Doc