wdv4758h / notes

let me know if my notes help you :D (it's a mess, I know)
https://wdv4758h.github.io/notes/
146 stars 17 forks source link

[2016] Sequent calculus as a compiler intermediate language #70

Open wdv4758h opened 7 years ago

wdv4758h commented 7 years ago

URL: https://www.microsoft.com/en-us/research/publication/sequent-calculus-as-a-compiler-intermediate-language/

Sequent Calculus 和是 Lambda Calculus 同時期的 deduction system,這篇論文在 GHC 中嘗試看看 Sequent Calculus 是否和 Lambda Calculus 一樣適合作為編譯器中的中間語言。