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