Or put it in Data.Tuple now, and re-export it from GHC.Exts? Simon
| -----Original Message----- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of GHC | Sent: 22 June 2008 17:33 | Cc: [email protected] | Subject: Re: [GHC] #2364: Make the maximum tuple size accesible | | #2364: Make the maximum tuple size accesible | -----------------------------+---------------------------------------------- | Reporter: fons | Owner: | Type: feature request | Status: closed | Priority: normal | Milestone: 6.10.1 | Component: Compiler | Version: 6.8.2 | Severity: normal | Resolution: fixed | Keywords: | Difficulty: Unknown | Testcase: | Architecture: Unknown | Os: Unknown | | -----------------------------+---------------------------------------------- | Changes (by igloo): | | * status: new => closed | * difficulty: => Unknown | * resolution: => fixed | * milestone: => 6.10.1 | | Comment: | | I've made it available in the HEAD: | {{{ | Prelude> GHC.Exts.maxTupleSize | 62 | }}} | We should probably put it somewhere more sensible, e.g. Data.Tuple, at | some point. | | -- | Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2364#comment:1> | GHC <http://www.haskell.org/ghc/> | The Glasgow Haskell Compiler
_______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
