yea. and the compile result type is “fallible” in ...
# development
w
yea. and the compile result type is “fallible” in order to avoid raising an exception for compile errors under
check
… but also, because it’s fallible, it will fail slow, which means that all compile errors possible will be rendered, rather than failing immediately on the first failure
👍 1