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