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