Currently forall(a, i -> { return a[i] > 0; }); will cause a runtime error.
forall(a, i -> { return a[i] > 0; });
closed via commit 743bcb44