google / google/haskell-indexer
Emit pre-splicing references when using TH
Open
- Dominant language
- Haskell
- Stars
- 103
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Now `$(foo)` is indexed with the unspliced content, but the reference to `foo` itself doesn't get emitted. This causes for example that backreferences on `foo` don't show the usage sites.
Related:
- Q expressions `bar = [|$(foo)|]`.
- QuasiQuoter name `[bar|1+1]`.
Can we access the pre-splicing info from some of the ASTs?
Contributor guide
Assessment
This issue has not been assessed yet.