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