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