summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-19 02:28:04 -0600
committerkballou <kballou@devnulllabs.io>2016-03-19 02:28:04 -0600
commite7a7d1d34348f80762ce6e40015d5bc7add6380a (patch)
tree98cd052fe44575d8e306fa62349b55ae981227d1
parent2e7990aaaabcb80dd49b7b57b3e3966c875388e4 (diff)
downloadfunc-w-elixir-e7a7d1d34348f80762ce6e40015d5bc7add6380a.tar.gz
func-w-elixir-e7a7d1d34348f80762ce6e40015d5bc7add6380a.tar.xz
Split pattern matching into another slide
-rw-r--r--src/func-w-elixir.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/func-w-elixir.tex b/src/func-w-elixir.tex
index 439a0b6..f3ce1b8 100644
--- a/src/func-w-elixir.tex
+++ b/src/func-w-elixir.tex
@@ -228,7 +228,12 @@ appeared in 1986}
\begin{frame}[fragile]
\frametitle{Pattern Matching}
-\lstinputlisting[firstline=30,lastline=41]{code/1/patterns}
+\lstinputlisting[firstline=30,lastline=33]{code/1/patterns}
+\end{frame}
+
+\begin{frame}[fragile]
+\frametitle{Pattern Matching}
+\lstinputlisting[firstline=35,lastline=41]{code/1/patterns}
\end{frame}
\begin{frame}