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