Skip to content

checkRecTc: Use UniqFM instead of NameEnv.

Andreas Klebinger requested to merge wip/andreask/rec_tyCon_opt into master
checkRecTc: Use UniqFM instead of NameEnv.

The unique of a TyCon is the same as it's name.

So we can simply use the tyCons unique directly
instead of taking a indirection via the name.

Saves one indirection when getting the unique.

Merge request reports