Odoc_xref2.Component
SourceComponent module
Useful maps
Delayed is a bit like Lazy.t but may in the future offer the chance to peek inside to be able to optimize the calculation
The modules/types here are very similar to those in Odoc_model.Lang
, in most cases the only difference being that we have Idents (which are local) rather than Identifiers (which are global), Cpaths instead of Paths, and Cfrags rather than Fragments. All of these are to support the use of local idents.
Note that we still use global References rather than local ones - this is because at the point these components are being used all the references are unresolved, and hence do not contain any resolved global identifiers. When resolving references, we construct paths in parallel, which also helps avoid the need for local references.
These idents of items are kept outside of the types themselves in order to help with laziness.
There are a few other minor differences: