move and generalize an instance (#1405)
authorIsaac Dupree <id@isaac.cedarswampstudios.org>
Wed, 26 Dec 2007 17:19:13 +0000 (17:19 +0000)
committerIsaac Dupree <id@isaac.cedarswampstudios.org>
Wed, 26 Dec 2007 17:19:13 +0000 (17:19 +0000)
commitc886dd30160f26f69336adc7dfc3aab5b89a4dfb
tree3a4e16d6a94fabe0379ebfe29e3d731cf40c1dd5
parentce9268f652cc4c46af75ae765f859480cf081cda
move and generalize an instance (#1405)
UserOfLocalRegs (ZLast Last) isn't Haskell98, but it was just as
good an instance to be UserOfLocalRegs a => UserOfLocalRegs (ZLast a)
compiler/cmm/ZipCfg.hs
compiler/cmm/ZipCfgCmmRep.hs