updated
authorChristian Urban <urbanc@in.tum.de>
Sun, 27 Oct 2019 11:46:06 +0000
changeset 671 83e38043ed78
parent 670 551d018cbbac
child 672 e0d76f7f0688
updated
handouts/ho04.pdf
handouts/ho04.tex
slides/slides04.pdf
slides/slides04.tex
slides/slides05.pdf
slides/slides05.tex
Binary file handouts/ho04.pdf has changed
--- a/handouts/ho04.tex	Sun Oct 27 11:31:08 2019 +0000
+++ b/handouts/ho04.tex	Sun Oct 27 11:46:06 2019 +0000
@@ -3,7 +3,7 @@
 \usepackage{../style}
 \usepackage{../langs}
 \usepackage{../graphics}
-
+\usepackage{skull}
 
 \begin{document}
 \fnote{\copyright{} Christian Urban, King's College London, 2014, 2015, 2016, 2017, 2019}
@@ -430,9 +430,11 @@
 the other clauses in $\inj$. 
 
 
-Phew\ldotsSweat\ldots Unfortunately, there is one more problem with the
-described algorithm so far: it is very slow. We need to include in all
-this the simplification from Lecture 2. This is what we shall do next.
+Phew\ldots{}Sweat\ldots!\#@$\skull$\%\ldots Unfortunately, there is
+a gigantic problem with the described algorithm so far: it is very
+slow. We need to include in all this the simplification from Lecture
+2. And what rotten luck: simplification messes things up and we need
+to rectify the mess. This is what we shall do next.
 
 
 \subsubsection*{Simplification}
Binary file slides/slides04.pdf has changed
--- a/slides/slides04.tex	Sun Oct 27 11:31:08 2019 +0000
+++ b/slides/slides04.tex	Sun Oct 27 11:46:06 2019 +0000
@@ -985,7 +985,7 @@
 \item new regex: \bl{$(x:r)$}\hspace{7mm}new value: \bl{$Rec(x,v)$}\medskip\pause
 
 \item \bl{$nullable(x:r) \dn nullable(r)$}
-\item \bl{$der\,c\,(x:r) \dn (x:der\,c\,r)$}
+\item \bl{$der\,c\,(x:r) \dn der\,c\,r$}
 \item \bl{$mkeps(x:r) \dn Rec(x, mkeps(r))$}
 \item \bl{$inj\,(x:r)\,c\,v \dn Rec(x, inj\,r\,c\,v)$}
 \end{itemize}\bigskip\bigskip\pause
Binary file slides/slides05.pdf has changed
--- a/slides/slides05.tex	Sun Oct 27 11:31:08 2019 +0000
+++ b/slides/slides05.tex	Sun Oct 27 11:46:06 2019 +0000
@@ -278,9 +278,9 @@
 \item new regex: \bl{$(x:r)$}\hspace{7mm}new value: \bl{$Rec(x,v)$}\medskip\pause
 
 \item \bl{$nullable(x:r) \dn nullable(r)$}
-\item \bl{$der\,c\,(x:r) \dn (x:der\,c\,r)$}
+\item \bl{$der\,c\,(x:r) \dn der\,c\,r$}
 \item \bl{$mkeps(x:r) \dn Rec(x, mkeps(r))$}
-\item \bl{$inj\,(x:r)\,c\,Rec(x, v) \dn Rec(x, inj\,r\,c\,v)$}
+\item \bl{$inj\,(x:r)\,c\,v \dn Rec(x, inj\,r\,c\,v)$}
 \end{itemize}\bigskip\bigskip\pause
 
 \small