| Who Cites tappend? | |
| tappend | Def tappend(tr;a) == mk_trace_env(tr.trace @ [a], tr.proj) |
| Thm* | |
| trace_env_proj | Def t.proj == 2of(t) |
| Thm* | |
| trace_env_trace | Def t.trace == 1of(t) |
| Thm* | |
| append | Def as @ bs == Case of as; nil |
| Thm* | |
| mk_trace_env | Def mk_trace_env(trace, proj) == < trace,proj > |
| Thm* | |
| pi2 | Def 2of(t) == t.2 |
| Thm* | |
| pi1 | Def 1of(t) == t.1 |
| Thm* |
| Syntax: | tappend(tr;a) | has structure: | tappend(tr; a) |
About: