-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
explorerAction items related to Carbon explorer codeAction items related to Carbon explorer codeinactiveIssues and PRs which have been inactive for at least 90 days.Issues and PRs which have been inactive for at least 90 days.
Description
#700 renamed to i32, but left out the rest of the numeric types noted in #543. That is iN
, uN
, and fN
for N in (8, 16, 32, 64). We should implement these.
It may be good to treat #766 as blocking this, so that any implementation is closer to what we expect long-term.
edit: noting a few specific comments on implementation approach:
- Need a
Byte
type: Implement numeric types #767 (comment) - Rough implementation overview: Implement numeric types #767 (comment)
- start with mapping
i32
to a prelude type (could even beInt32
, non-generic): Implement numeric types #767 (comment)
paspro
Metadata
Metadata
Assignees
Labels
explorerAction items related to Carbon explorer codeAction items related to Carbon explorer codeinactiveIssues and PRs which have been inactive for at least 90 days.Issues and PRs which have been inactive for at least 90 days.