mb
automata
1
Sections
GenAutomata
Doc
Def
mk_trace_env(trace, proj) == < trace,proj >
is mentioned by
Thm*
u:Term, te:(Label
Label
), e,s,a:Top. [[u]] e s a mk_trace_env(nil, te) ~ [[u]] e s a niltrace()
[term_mng_nil]
Def
tappend(tr;a) == mk_trace_env(tr.trace @ [a], tr.proj)
[tappend]
Def
niltrace() == mk_trace_env(nil,
P,k. false
)
[niltrace]
Try larger context:
GenAutomata
mb
automata
1
Sections
GenAutomata
Doc