RE: [Haskell-cafe] Re: Bring down the house (was Re: GHC cannot compilemy code)

I've fixed the HEAD so that it behaves decently on this now. Thanks for reporting it. It's in the test suite! S | -----Original Message----- | From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] On Behalf Of Joel | Reymont | Sent: 09 November 2005 19:27 | To: Haskell Cafe | Subject: [Haskell-cafe] Re: Bring down the house (was Re: GHC cannot compilemy code) | | Shae (#haskell) figured out that this is called for and that GHC has | trouble deriving for large tuples. I have no idea what type of a | performance hit this is gonna be but I hope it's resolved at compile- | time and there's no impact afterwards. | | type TableInfo = TableInfo1 :*: TableInfo2 | | type TableInfo1 = | AvgPot :*: | NumPlayers :*: | Waiting :*: | PlayersFlop :*: | TableName :*: | TableID :*: | GameType :*: | InfoMaxPlayers :*: | RealMoneyTable :*: | LowBet :*: | HighBet :*: | HNil | | type TableInfo2 = | MinStartMoney :*: | MaxStartMoney :*: | GamesPerHour :*: | TourType :*: | TourID :*: | BetType :*: | CantReturnLess :*: | AffiliateID :*: | NIsResurrecting :*: | MinutesForTimeout :*: | SeatsToResurrect :*: | LangID :*: | HNil | | Thanks, Joel | | -- | http://wagerlabs.com/ | | | | | | _______________________________________________ | Haskell-Cafe mailing list | Haskell-Cafe@haskell.org | http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (1)
-
Simon Peyton-Jones