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