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