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