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