Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle uncontainerized type objects as invocant to AT-POS better #5255

Merged
merged 1 commit into from May 24, 2023

Conversation

lizmat
Copy link
Contributor

@lizmat lizmat commented Apr 23, 2023

If the invocant is a container, nothing changes.
If the invocant is a type object, then look at the index. If the index is greater than 0, then Failure.
Else consider the type object as a single element list, so return the invocant.

If the invocant is a container, nothing changes.
If the invocant is a type object, then look at the index.
If the index is greater than 0, then Failure.
Else consider the type object as a single element list, so return
the invocant.
@lizmat lizmat changed the title Handle uncontainerized type objects as invocant to AT-POS better Handle uncontainerized type objects as invocant to AT-POS better Apr 24, 2023
@lizmat lizmat merged commit 3139b6c into main May 24, 2023
7 of 11 checks passed
@lizmat lizmat deleted the lizmat-Any-AT-POS branch May 24, 2023 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants