TH: cannot [| assert |]

2004-05-25 Thread Duncan Coutts
This is fairly low priority: Language.Haskell.THSyntax e - runQ [| Control.Exception.assert |] ghc-6.3: panic! (the `impossible' happened, GHC version 6.3): DsMeta.repLiteral: trying to represent exotic literal GenexTest.hs:319:40-45# Please report it as a compiler bug to [EMAIL

RE: data T = () crash

2004-05-25 Thread Simon Peyton-Jones
Excellent point. Now fixed. test rnfail042 tests the fix. Thank you. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of Donald Bruce Stewart | Sent: 24 May 2004 09:09 | To: [EMAIL PROTECTED] | Subject: data T = () crash |

packages, :m command

2004-05-25 Thread Serge D. Mechveliani
Dear GHC team, I have tested (on somewhat 90%) the cvs ghc-6-2-branch of May 24. It looks almost correct for DoCon. Still I pretend to report the two bugs, so far. 1: (wrote earlier) is on negative number of bytes shown by `:set +s'. 2: follows below, it also contains questions about

TH: missing instance of Lift for pairs/tuples

2004-05-25 Thread Duncan Coutts
There do not seem to be Lift instance declarations for tuples: :t lift (3::Int,4::Int) No instance for (Lift (Int, Int)) arising from use of `lift' at No locn They are easy to add (up to a fixed size) instance (Lift a, Lift b) = Lift (a,b) lift (a,b) = tupE [lift a, lift b] It would be

[ ghc-Bugs-959442 ] Problem with where clause and Template Haskell

2004-05-25 Thread SourceForge.net
Bugs item #959442, was opened at 2004-05-24 13:36 Message generated for change (Comment added) made by simonpj You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=959442group_id=8032 Category: Compiler Group: 6.2.1 Status: Closed Resolution: Fixed Priority: 5

[ ghc-Bugs-960029 ] Segmentation fault with Template Haskell

2004-05-25 Thread SourceForge.net
Bugs item #960029, was opened at 2004-05-25 12:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=960029group_id=8032 Category: Compiler Group: None Status: Open Resolution: None