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