ref: 7fc6512280437c7d8487476d48aedd8d7d135434 dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;