logo       

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

lang.haskell.glasgow.bugs

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

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

News | FAQ | advertise