The semantics of Core?

2003-02-18 Thread Martin Sjögren
Hello I'm looking for a paper or some other documentation on the exact semantics of Core. I've read the paper about the concrete syntax, and it briefly mentions the abstract syntax and something about the case expression, but not a lot. Unless I missed something? I'm also looking for actual code

RE: The semantics of Core?

2003-02-18 Thread Simon Peyton-Jones
I don't know of any separate description of the semantics of Core, but it's just the lambda calculus with let, letrec and case. There's plenty of code that works over Core in GHC itself, but no separate libraries. There is a library to parse the stuff that ghc -fext-core spits out, though.

RE: The semantics of Core?

2003-02-18 Thread Martin Sjögren
tis 2003-02-18 klockan 09.49 skrev Simon Peyton-Jones: I don't know of any separate description of the semantics of Core, but it's just the lambda calculus with let, letrec and case. There's plenty of code that works over Core in GHC itself, but no separate libraries. There is a library to

Histogram-building code (was: Re: Yet another weakly defined bug report)

2003-02-18 Thread Ketil Z. Malde
Just a quick status report, and to note a couple of lessons learned: Things work adequately, as far as I can tell. I can now process heaps of data, without blowing up anything. Appears to be faster than spam-stat.el, at least, although I haven't measured. I'm back to using readFile for file

RE: Question about compiling CGIs with Ghc

2003-02-18 Thread Simon Marlow
http://www.haskell.org/ghc/docs/latest/html/network/Network.CGI.html This make me curious, and the following just made me curiouser... Forbidden You don't have permission to access /ghc/docs/latest/html/network/Network.CGI.html on this server. *Sigh* That's because Apache thinks it's a

RE: Histogram-building code (was: Re: Yet another weakly defined bug report)

2003-02-18 Thread Simon Marlow
One question though, about hFlush. I print out the status by repeatedly putStr'ing blah blah \r. With NoBuffering set, it works, but when following the putStr with 'hFlush stdout', it doesn't (only outputs very sporadically. I guess I'm misunderstanding the function of hFlush, anybody care

BU FIRSATTAN RARARLANIN.

2003-02-18 Thread MARAMARA Erotik Market
DIKKAT VIDEO CD : Iddia ediyoruz.. Hic bir yerden temin edemeyeceginiz ses ve göruntu kalitesi ile yuzlerce porno video CD. arSivimiz yenilenmistir. istemis oldugunuz video CD.ler bire bir yollanir kesinlikle isteginiz harici alakasiz baSka video CD.ler yollanmaz. Anal. Oral. Vajinal. Grup.

Re: permissions on ghc Windows installer?

2003-02-18 Thread Sigbjorn Finne
Thanks, I'll keep it in mind should I decide to revisit this. My experiences of getting per-user installs to work reliably with MSIs haven't been too positive. --sigbjorn - Original Message - From: Malcolm Wallace [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 17, 2003

Re: The semantics of Core?

2003-02-18 Thread Kirsten Chevalier
On Tue, Feb 18, 2003 at 12:01:02PM -0500, [EMAIL PROTECTED] wrote: I'm also looking for actual code for working with Core. :) The Language.Haskell.* stuff gives me a very high-level representation of Haskell source, and I'd rather work with something simple, like Core. I *suppose* I could use

Small JAPI binding for GHC in CVS

2003-02-18 Thread Mike Thomas
Hi there. Under fptools/libraries/Japi (the GHC CVS repository) please find a preliminary binding to a subset of the Japi library: http://www.japi.de/ from which site you can obtain precompiled libraries and headers for different platforms. Japi is a simple C wrapper on Java which means