코딩Coding/Rust용어
Rust용어)Type Inference:(타입_추론)Hindley-Milner in Rust-Reddit
내인생PLUS
2022. 2. 7. 13:44
728x90
타입 추론 알고리즘 논문
Complete and easy bidirectional typechecking for higher-rank polymorphism"
(
https://research.cs.queensu.ca/home/jana/papers/bidir/
)
The bidirectional approach also scales very nicely to dependent types (
https://www.andres-loeh.de/LambdaPi/
).
Implementation in Rust:
https://github.com/nikomatsakis/bidir-type-infer
Haskell - 타입 추론 개념
https://github.com/ollef/Bidirectional
TypeScript 에서의 타입 추론 개념
https://github.com/atennapel/bidirectional.js
한글로 된 Blo글
파이썬과 코드 비교 되어 있음 최고!!
TypeScript용어]Type Inferences타입 추론 - https://economiceco.tistory.com/m/12287
반응형