-
Notifications
You must be signed in to change notification settings - Fork 550
Open
Labels
A-HIRArea: high-level intermediate representation (HIR)Area: high-level intermediate representation (HIR)A-MIRArea: mid-level intermediate representation (MIR)Area: mid-level intermediate representation (MIR)A-THIRArea: typed high-level intermediate representation (THIR)Area: typed high-level intermediate representation (THIR)A-type-checkArea: type checkingArea: type checkingC-enhancementCategory: enhancementCategory: enhancementE-hardDifficulty: might require advanced knowledgeDifficulty: might require advanced knowledgeT-compilerRelevant to compiler teamRelevant to compiler teamT-typesRelevant to types teamRelevant to types team
Description
The type checking chapter is not finished, and does not even really talk about the process of type checking.
95th, mimoo, hazer-hazer, rrbutani, Plixo2 and 6 more
Metadata
Metadata
Assignees
Labels
A-HIRArea: high-level intermediate representation (HIR)Area: high-level intermediate representation (HIR)A-MIRArea: mid-level intermediate representation (MIR)Area: mid-level intermediate representation (MIR)A-THIRArea: typed high-level intermediate representation (THIR)Area: typed high-level intermediate representation (THIR)A-type-checkArea: type checkingArea: type checkingC-enhancementCategory: enhancementCategory: enhancementE-hardDifficulty: might require advanced knowledgeDifficulty: might require advanced knowledgeT-compilerRelevant to compiler teamRelevant to compiler teamT-typesRelevant to types teamRelevant to types team
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
younes-io commentedon Oct 30, 2021
I think this has the merit to be documented as a priority
jyn514 commentedon Oct 31, 2021
https://sdleffler.github.io/RustTypeSystemTuringComplete/ has some interesting details about how unification works fwiw
llooFlashooll commentedon Sep 15, 2024
Hi, I think the discussion about Rust type checking is blurred. I am willing to participate in completing the related doc.