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