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