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