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