Haskell disallows bad programs

This commit is contained in:
Julian Ospald 2015-04-16 20:09:52 +02:00
父節點 66b0198a2c
當前提交 27211d40fe
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 220CD1C5BDEED020
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

@ -69,6 +69,7 @@
A Haskeller might claim: haskell...
\begin{itemize}[<+->]
\item eliminates certain classes of bugs
\item not only disallows bad programs, but also defines what constitutes a bad program
\item makes it easy to reason about code
\item decreases the bus-factor
\item makes it possible to apply huge changes to large programs without worrying about the implicit state machine