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