It lets the compiler detect dead code. Eg if a fun...
# stdlib
n
It lets the compiler detect dead code. Eg if a function returns Nothing, the following statements are dead code. IntelliJ will highlight it as a problem.