process more todos
[phd-thesis.git] / top / blinktree2.tex
similarity index 70%
rename from top/blinktree.tex
rename to top/blinktree2.tex
index da5a6f7..202d129 100644 (file)
@@ -3,13 +3,9 @@
 \usetikzlibrary{arrows.meta,shapes.symbols,matrix,positioning}
 \begin{document}
 \begin{tikzpicture}[node distance=1em]
-       \node (s1) {\verb#>>|.#};
-       \node (d1) [left=of s1.north,yshift=-3em] {\verb#delay 500#};
-       \node (s2) [right=of s1.north,yshift=-3em] {\verb#>>=.# $\lambda x\shortrightarrow$};
+       \node (s2) {\verb#>>=.# $\lambda x\shortrightarrow$};
        \node (wd) [left=of s2.north,yshift=-3em] {\verb#writeD D3 st#};
        \node (rec) [right=of s2.north,yshift=-3em,fill=gray!15,label={[xshift=1em,label distance=-5pt]above:{\tiny interpreter}}] {\verb#blink (Not x)#};
-       \draw (s1.south) -- (d1.north);
-       \draw (s1.south) -- (s2.north);
        \draw (s2.south) -- (wd.north);
        \draw (s2.south) -- ([xshift=-1.5em]rec.north);
 %      \draw [->,dashed] ([xshift=-1.5em]rec.north) to [out=25,in=25] (s1.east);