From: simonpj@microsoft.com Date: Wed, 16 Aug 2006 08:56:28 +0000 (+0000) Subject: Record constructor arg occs correctly (bug-fix) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5338fea3e5f0890caabf358342c6e66331efbd4a;hp=5338fea3e5f0890caabf358342c6e66331efbd4a;p=ghc-hetmet.git Record constructor arg occs correctly (bug-fix) I was forgetting the non-pattern-matched type args of a constructor. ---