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