Shortform syntax for external parameter access #406
Labels
C: language
Component: the Filament language
S: needs triage
Status: Needs some more thinking before being actionable
Often times when we want the existential latency for a component, we have to generate a dummy instance to do so:
To fix this, we can have a syntax like follows:
We also have this issue where different components cannot have any sort of relation between their existential parameters. In some cases, such as with floating point addition and subtraction components, our implementation knows the relationship between their latencies (they are equal in most cases), but existential parameters obfuscate all this information.
Ideally, we would want something like this:
so that this information can be preserved.
The text was updated successfully, but these errors were encountered: