|
[ ghc-Bugs-1100297 ] tupleTypeName refers nonexistent "GHC.Tuple": msg#00033lang.haskell.glasgow.bugs
Bugs item #1100297, was opened at 2005-01-11 09:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1100297&group_id=8032 Category: Template Haskell Group: 6.4 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Simon Peyton Jones (simonpj) Summary: tupleTypeName refers nonexistent "GHC.Tuple" Initial Comment: tupleTypeName n returns GHC.Tuple.(,...), but GHC.Tuple doesn't exist. ---Syntax.hs: line 408-412 mk_tup_name n_commas space = Name occ (NameG space tup_mod) where occ = mkOccName ('(' : replicate n_commas ',' ++ ")") tup_mod = mkModName "GHC.Tuple" --- email: lo_olal@xxxxxxxxxxx ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1100297&group_id=8032
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Should runghc use PATH?, Simon Marlow |
|---|---|
| Next by Date: | "ghc-6.2.2: unknown package name: Main" when using --make, Volker Wysk |
| Previous by Thread: | Should runghc use PATH?, Simon Marlow |
| Next by Thread: | [ ghc-Bugs-1100297 ] tupleTypeName refers nonexistent "GHC.Tuple", SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |