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