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