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