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