hylo-lang / hylo-lang/specification
union-decl is defined but never referenced
Open
- Dominant language
- TeX
- Stars
- 23
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
union-decl ::=
product-type-decl ('|' product-type-decl)*
```
appears in Typealias section, but is never referenced.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the Typealias section containing the union-decl production and search the specification for related grammar references. Determine the intended reference from the surrounding productions, then update the grammar so the definition is connected to the appropriate rule and verify that no unreferenced union-decl remains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tex
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100