Skip to content

compiler: add many useful Binary instances

Alp Mestanogullari requested to merge alp/ghc:wip/alp/binary-instances into master

I have developed a much larger patch that provides completely serialisable ASTs (via a dedicated AST phase), and had to write the instances from this MR, which are less "controversial" than the bigger patch, so I figured I could put them up as their own MR.

Merge request reports