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