Skip to content

Conversation

iluuu1994
Copy link
Owner

@iluuu1994 iluuu1994 commented Sep 5, 2024

Currently, $o instanceof Option::Some is just treated as $o instanceof
('Option::Some'), which has some obvious limitations. It cannot support
static, which is only really useful for traits. More significantly, it also
cannot support $o instanceof Option::None, because we don't generate classes for
singleton cases.
@iluuu1994 iluuu1994 changed the title Adts ADTs Sep 8, 2024
@iluuu1994 iluuu1994 force-pushed the master branch 12 times, most recently from ec2ad32 to ee19427 Compare October 31, 2024 13:05
@iluuu1994 iluuu1994 force-pushed the master branch 6 times, most recently from ac43dcd to 1922f41 Compare November 15, 2024 15:24
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.

1 participant