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