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