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