In fact `suspend main` is equivalent to Haskell's ...
# arrow
r
In fact
suspend main
is equivalent to Haskell's main because it enforces purity in the entry point of the application
🔝 1