mb automata 2 Sections GenAutomata Doc

Def mk_smt(lbl, term, typ) == < lbl,term,typ >

is mentioned by

Def action_effect(a;es;fs) == < e.smt | e < e es | e.kind = a > > + < mk_smt(f.var, f.var, f.typ) | f < f fs | a f.acts > > [action_effect]

Try larger context: GenAutomata

mb automata 2 Sections GenAutomata Doc