`exitProcess()` also returns `Nothing` because it ...
# language-proposals
k
exitProcess()
also returns
Nothing
because it calls
System.exit
, however as this one doesn't return
Nothing
it needs to have a
throw
at the end for the compiler to accept it