The Arrow 0.10.3 release post says: > Try can n...
# arrow
j
The Arrow 0.10.3 release post says:
Try can never yield pure functions since it’s eager and executes the effects on construction; it can only be made pure by marking it as suspend.
How does marking with suspend make a thing (like Try) pure?