TAG IN 6.8

2009-10-20 Thread Aswad, Mustafa
Hi I am try update GUM But I have problem with Tagging and Untagging closures any can direct me to a document to understand the tagging procedure. best washes -- Heriot-Watt University is a Scottish charity registered under charity number SC000278.

Re: TAG IN 6.8

2009-10-20 Thread Simon Marlow
On 20/10/2009 13:01, Aswad, Mustafa wrote: I am try update GUM But I have problem with Tagging and Untagging closures any can direct me to a document to understand the tagging procedure. The details are documented here:

Re: Broken link in GHC page

2009-10-20 Thread Simon Marlow
On 18/10/2009 18:58, Marco Túlio Gontijo e Silva wrote: Hi. The link to the mailing list on the GHC page is not correct. It should link to http://www.haskell.org/ghc/docs/latest/html/users_guide/mailing-lists-GHC.html instead of

how can I get a listing of everything that's done in a program

2009-10-20 Thread Ralph Crawford
Hi. I'm working with GHC 6.10.4 on Solaris. I'm new at Haskell and have inherited a rather large and complex program to maintain and modify. I'd like to get a listing of everything - every single step - that's done in a run of the program. Something similar to the output of the :step command,

The template-hask...@haskell.org mailing list

2009-10-20 Thread Simon Peyton-Jones
Question: is the template-hask...@haskell.org mailing list still useful? * It has 250 subscribers compared to 850 for ghc-users. * It has low traffic * template-haskell is the only GHC-specific mailing list associated with a particular language feature. Eg type functions, ghci,

RE: [Template-haskell] How to extract name and type of exported functions in modules

2009-10-20 Thread Simon Peyton-Jones
[ccing ghc-users] | I'm trying to extract the names and types of exported functions in a module. Quite a reasonable request. But it's not conveniently possible at the moment. Here's what you can do in the Q monad: class (Monad m, Functor m) = Quasi m where -- Fresh names qNewName

Re: [Template-haskell] The template-hask...@haskell.org mailing list

2009-10-20 Thread Sean Leather
On Tue, Oct 20, 2009 at 16:37, Simon Peyton-Jones wrote: Question: is the template-hask...@haskell.org mailing list still useful? My gut reaction: probably not. * It has 250 subscribers compared to 850 for ghc-users. * It has low traffic * template-haskell is the only GHC-specific

Re: 6.12.1rc1: non-Latin filenames in GHCi

2009-10-20 Thread Chryssochoidis Christos
On 20 Οκτ 2009, at 3:08 μ.μ., Simon Marlow wrote: It's not to do with Haskeline. The real underlying problem is that our filesystem APIs on Unix interpret FilePath as [Word8] without doing any encoding/decoding; they just strip off all but the low 8 bits of each Char. This is a

Re: The template-hask...@haskell.org mailing list

2009-10-20 Thread Günther Schmidt
Hi, would that move preserve the archive? Günther Am 20.10.2009, 16:37 Uhr, schrieb Simon Peyton-Jones simo...@microsoft.com: Question: is the template-hask...@haskell.org mailing list still useful? * It has 250 subscribers compared to 850 for ghc-users. * It has low traffic *

Re: [Template-haskell] How to extract name and type of exported functions in modules

2009-10-20 Thread kahl
Simon Peyton Jones wrote: What is the info for an instance? Do we need a way to ask for all the instances of a class (or rules for a function) regardless of what module those instances come from? etc Does this ring bells for anyone else? It does --- but completely outside the