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