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