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