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
This would allow some simplifications (like MAX_RELATION_LENGTH is part of the flavor, which I think is the natural place) but would come with some costs (we'd probably want to replace parameter packs of relations by something else, perhaps simply a struct exposing aliases, or perhaps the type of a certain tuple).
The text was updated successfully, but these errors were encountered:
This would allow some simplifications (like
MAX_RELATION_LENGTH
is part of the flavor, which I think is the natural place) but would come with some costs (we'd probably want to replace parameter packs of relations by something else, perhaps simply a struct exposing aliases, or perhaps the type of a certain tuple).The text was updated successfully, but these errors were encountered: