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