-
Rust용어)Type Inference:(타입_추론)Hindley-Milner in Rust-Reddit코딩Coding/Rust용어 2022. 2. 7. 13:44728x90
타입 추론 알고리즘 논문
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반응형'코딩Coding > Rust용어' 카테고리의 다른 글
rust용어]src = source / dest = destination (0) 2022.05.29 Rust용어] Zero Sized Types (ZSTs) (0) 2022.05.29 Rust용어]ABI, Application Binary Interface (ABI) (0) 2022.05.17 coding용어) aggregation (0) 2022.04.05 Rust용어)Type annotation (0) 2022.02.04 (용어) instance, instantiate- 개념 (0) 2021.12.23 Rust용어)casting = simple type change using 'as' (0) 2021.12.10 하드코딩Hard cording (0) 2021.12.06