Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 4.62 KB

Biblio.md

File metadata and controls

74 lines (51 loc) · 4.62 KB

Annotated Bibliography

From GHC Wiki

The current home

This looks like a nice list. (1) Is it out-of-date? (2) Is there a few paragraphs we could tell to orient all of those papers with respect to one another?

Probably out of date. Not much narrative, mostly just terse high-level descriptions and "this source file defines that types/function". In particular, only says "The best place reading for the constraint solver is the paper Modular type inference with local assumptions".

A somewhat short list. Seems like it gives non-negligible notes about each. It's about features of the type system, but not the constraint solver. Looks like that is primarily just OutsideIn.pdf at this point (and maybe the QuantifiedContexts paper too, and Chak et al's coercions/fundeps/tyfams too I guess etc, but OutsideIn.pdf seems to cover that pretty well if I understand correctly).

Important, but overwhelmingly dense! Excludes data Ct.

Looks to be 11 years old. Probably inconsistent to varying degrees with current implementation. But large parts might still be relevant. Probably a good bridge from Chak et al's papers and OutsideIn.pdf to the code.

Issues

Publications

  • 1995 Mark Jones "Simplifying and Improving Qualified Types" (pdx.edu)
  • 2015 Adam Gundry "A Typechecker Plugin for Units of Measure" (GitHub)
  • 2015 Iavor Diatchki (yav) "Improving Haskell Types with SMT" (GitHub)
  • 2016 Jan Bracker, Henrik Nilsson "Supermonads" (GitHub)
  • 2018 Divesh Otwani, Richard Eisenberg, (Ben Gamari) "The Thoralf Plugin: For Your Fancy Type Needs" (GitHub)
  • 2019 Luke Horvat/Sandy McGuire (GitLab) (GitHub)

Packages

Posts

Talks