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