Working module arguments
The way it works is not ideal: we create a synthetic parent id for each module
argument (as they can be introduced multiple times with the same name in the
same type expression). This id is hidden and we don't render links to hidden
ids.
This is slightly bad because:
- The appearance of unresolved links suggest an error when there is no.
- There is no way to distinguish module args from normal modules
But let's say it is a good first step!
7e2079
-
Mar 25 16:30 +00:00