-
Notifications
You must be signed in to change notification settings - Fork 1
RFC 107 - full type-directed library APIs and compile-time type tokens #752
Copy link
Copy link
Open
Feature
0 / 20 of 2 issues completed
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeatureNew feature or requestNew feature or requestincan language semanticsSuggestions, features, or bugs related to the Incan Language itself (syntax and semantics)Suggestions, features, or bugs related to the Incan Language itself (syntax and semantics)runtime / core cratesSuggestions, features, or bugs related to the `incan-core`, `incan-stdlib`, 'incan-derive` cratesSuggestions, features, or bugs related to the `incan-core`, `incan-stdlib`, 'incan-derive` crates
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeatureNew feature or requestNew feature or requestincan language semanticsSuggestions, features, or bugs related to the Incan Language itself (syntax and semantics)Suggestions, features, or bugs related to the Incan Language itself (syntax and semantics)runtime / core cratesSuggestions, features, or bugs related to the `incan-core`, `incan-stdlib`, 'incan-derive` cratesSuggestions, features, or bugs related to the `incan-core`, `incan-stdlib`, 'incan-derive` crates
Type
Projects
- StatusShow more project fieldsBacklog
Summary
RFC 107 is a full v0.6 implementation commitment. Type tokens are narrow compiler-backed Type[T] evidence, not general runtime type objects; they enable complete type-directed APIs without string targets, helper-family duplication, or public-boundary identity drift.
Scope
Boundaries
Delivery
Done when