Remove dataConInstOrigDictsAndArgTys
authorsimonpj@microsoft.com <unknown>
Wed, 10 Sep 2008 15:42:00 +0000 (15:42 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 10 Sep 2008 15:42:00 +0000 (15:42 +0000)
commit299c3d09f5d97c034ce0675d04cc65b9860eb73a
treeda62449bd3c9f37dcb8a4c62bb05c14cca81be91
parentd48dc91eb66c87e8c87b84c5c96c0a117c19bc97
Remove dataConInstOrigDictsAndArgTys

This suspicious function had just one call, in BuildTyCl.mkNewTyConRhs.
I've done it another way now, which is tidier.
compiler/basicTypes/DataCon.lhs
compiler/iface/BuildTyCl.lhs