Question: Why do some primitives not overwrite formals?
Open
meta-good first issue
theme-base
type-enhancement
- Dominant language
- Rust
- Stars
- 145
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
For example, [`c()`](https://github.com/dgkf/R/blob/2ef9780a2a7a155a22bd42cbad73d59a3b084324/src/callable/primitive/c.rs#L12) uses the [default `formals` method](https://github.com/dgkf/R/blob/2ef9780a2a7a155a22bd42cbad73d59a3b084324/src/callable/core.rs#L34).
Is this simply not implemented or is there more to it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.