|
[ ghc-Bugs-1100297 ] tupleTypeName refers nonexistent "GHC.Tuple": msg#00081lang.haskell.glasgow.bugs
Bugs item #1100297, was opened at 2005-01-11 17:19 Message generated for change (Comment added) made by simonpj 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: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Simon Peyton Jones (simonpj) Date: 2005-01-31 15:50 Message: Logged In: YES user_id=50165 Fixed, thank you. There's a test in th/TH_tuple1 ---------------------------------------------------------------------- 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: | [ ghc-Bugs-1107398 ] internal error: getMBlock: mmap: Invalid argument, SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-1062982 ] panic with GADTs, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-1100297 ] tupleTypeName refers nonexistent "GHC.Tuple", SourceForge.net |
| Next by Thread: | "ghc-6.2.2: unknown package name: Main" when using --make, Volker Wysk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |