References to sigs and fields expand to Racket identifiers, and those identifiers are bound by the declaration site. This means that every reference to a sig or field in a Forge formula would, previously, have only their declaration site for source location.
This PR enriches expanded sig/field references with source location information for the use site.
References to sigs and fields expand to Racket identifiers, and those identifiers are bound by the declaration site. This means that every reference to a sig or field in a Forge formula would, previously, have only their declaration site for source location.
This PR enriches expanded sig/field references with source location information for the use site.