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