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