FSharpKeywords.keywordsWithDescription lacks some keywords
Open
Area-FCS
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
`FSharpKeywords.keywordsWithDescription` can be useful for tooling and documentation, but it lacks some of the keywords, for example `and!`, `do!`, and `fixed`.
Another problem is there's also another source of truth for the list of the keywords: `Lexhelp.Keywords.keywordList`. Given that the language is evolving and keywords are being added to it from time to time, it think it would be beneficial to have these two lists unified, so there's a single place to update when the language changes.
Contributor guide
Assessment
This issue has not been assessed yet.