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