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