|
[ ghc-Bugs-992199 ] Template crash on existential types: msg#00055lang.haskell.glasgow.bugs
Bugs item #992199, was opened at 2004-07-16 09:08 Message generated for change (Settings changed) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=992199&group_id=8032 Category: Template Haskell Group: 6.2.1 Status: Open Resolution: None >Priority: 7 Submitted By: Mike Aizatsky (mm_aa) Assigned to: Simon Peyton Jones (simonpj) Summary: Template crash on existential types Initial Comment: Windows XP D:\Tools\ghc>ghc-6.2.1\bin\ghc.exe -fglasgow-exts foo.hs ghc.exe: panic! (the `impossible' happened, GHC version 6.2.1): deSugar/DsMeta.hs:286: Non-exhaustive patterns in function repC module Foo where import Language.Haskell.THSyntax class MyInterface a where foo :: a -> Int data AnyMyInterface = forall a. (MyInterface a) => AnyMyInterface a test = do{ d <- unQ(reifyDecl AnyMyInterface) ; print d } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=992199&group_id=8032
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-992200 ] Template crash on constructing existential data type, SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-992106 ] ghc won't build/run on Fedora Core 2 on AMD Opteron 64's, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-992200 ] Template crash on constructing existential data type, SourceForge.net |
| Next by Thread: | [ ghc-Bugs-992199 ] Template crash on existential types, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |