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