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