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