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