type variable binders should draw arrows in DrRacket
Open
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 575
- Forks
- 106
- Avg merge
- 2h 1m
- Merged PRs (30d)
- 2
Description
(: id (All (X) (-> X X)))
(define id values)
Mousing over the X's in (-> X X) should draw an arrow back to the X in (X) in DrRacket. Apparently this used to work but has not for a while =(
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in DrRacket using the typed Racket snippet in the report, then inspect the existing type-variable binding and editor hover behavior. Done means mousing over either X in (- > X X) draws an arrow back to the X binder in (X).
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100