Add note about haskell being garbage collected

This commit is contained in:
Julian Ospald
2015-04-15 01:14:08 +02:00
parent 5673aab3bf
commit 72b9e235e7

View File

@@ -234,6 +234,7 @@ Let's reiterate. Haskell is:
\item pure
\item lazy
\item statically typed (and truly typesafe)
\item even garbage collected
\end{itemize}
\end{frame}