Add note about haskell being garbage collected

This commit is contained in:
Julian Ospald 2015-04-15 01:14:08 +02:00
vanhempi 5673aab3bf
commit 72b9e235e7
No known key found for this signature in database
GPG avaimen ID: 220CD1C5BDEED020
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa

Näytä tiedosto

@ -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}