logo       

[ ghc-Bugs-1100297 ] tupleTypeName refers nonexistent "GHC.Tuple": msg#00033

lang.haskell.glasgow.bugs

Subject: [ ghc-Bugs-1100297 ] tupleTypeName refers nonexistent "GHC.Tuple"

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>
Google Custom Search

News | FAQ | advertise