More after-thoughts.

This commit is contained in:
Adam Millerchip 2020-12-01 15:59:46 +09:00
parent fcb8e19236
commit e4af8d0370
1 changed files with 2 additions and 0 deletions

View File

@ -30,3 +30,5 @@ E.g.
for i <- list, j <- list, k <- list, do: ...
However, can't short-circuit comprehensions, so maybe recursion was a good choice after all 🤷‍♂️