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