Skip to content

Core: introduce Alt/AnnAlt/IfaceAlt datatypes

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/core/alttypes into master

Alt, AnnAlt and IfaceAlt were using triples. This patch makes them use dedicated types so that we can try to make some fields strict (for example) in the future.

Merge request reports