You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh if I do this I'll need to implement it in Kirin
So that's one thing to think about in terms of extensibility
Because it looks like right now all the ways of doing the is_subseteq bounds are hard coded into the methods of the TypeAttribute (edited)
Roger
yeah but technically TypeAttribute has the same rule as PyClass or Literal , it only has a special is_subseteq with itself
so we prob just need a new lattice element (not sure how to call it, say DialectType) that models this behaviour then you can subclass this DialectType and only consider is_subseteq_Self
Phillip Weinberg
I see so basically have a self-contained element type
Roger
yeah not sure what name it should be tho
there must be some mathematical name
but maybe ask GPT
This discussion was converted from issue #409 on May 16, 2025 21:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From some slack conversations:
Phillip Weinberg
Roger
Phillip Weinberg
Roger
Beta Was this translation helpful? Give feedback.
All reactions