Re: [Haskell-cafe] haskell core definition

2008-09-09 Thread Tim Chevalier
On Tue, Sep 9, 2008 at 8:34 AM, Justin Bailey <[EMAIL PROTECTED]> wrote: > This paper is a bit old but still very relevant: > > An External Representation for the GHC Core Language > http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.1755 > Or: http://www.haskell.org/ghc/docs/papers/co

Re: [Haskell-cafe] haskell core definition

2008-09-09 Thread Andrew Coppin
Justin Bailey wrote: This paper is a bit old but still very relevant: An External Representation for the GHC Core Language http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.1755 Click "view or download" at the bottom to see the paper. Also, I haven't used this utility myself yet

Re: [Haskell-cafe] haskell core definition

2008-09-09 Thread Justin Bailey
This paper is a bit old but still very relevant: An External Representation for the GHC Core Language http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.25.1755 Click "view or download" at the bottom to see the paper. Also, I haven't used this utility myself yet but it pages and colori

[Haskell-cafe] haskell core definition

2008-09-08 Thread Vlad Skvortsov
Hi, I'm trying to profile my haskell code (see thread "profiling in haskell") and to get more insight I made GHC produce the haskell Core code. However, I'm not quite sure how to interpret it, is there a definition (quick search didn't reveal one)? Also, how do I demangle the names? It seems