green-card in fptools-4.08

2000-07-16 Thread trb
Hi, I've built fptools-4.08 from the cvs sources on my x86 linux box. But green-card would not build. I fiddled with its src/Makefile as below: # SRC_HC_OPTS+= -fvia-C -fglasgow-exts -syslib text -syslib data -syslib util -recomp -Rghc-timing -O SRC_HC_OPTS+= -fvia-C -fglasgow-exts

No Subject

2000-07-16 Thread Robert Will
$ ghc -O -O2-for-C -fvia-c -o teiler teiler.hs panic! (the `impossible' happened): funResultTy t{-r270-} Please report it as a compiler bug to [EMAIL PROTECTED] $ gcc -dumpversion 2.95.2 $ ghc --version The Glorious Glasgow Haskell Compilation System, version 4.05, patchlevel 0 it

Re: What is `AClass'?

2000-07-16 Thread Michael Weber
On Sun, Jul 16, 2000 at 16:49:35 -0700, Martin Pokorny wrote: Hi all, I'm a beginner to functional programming and Haskell, so please bear with me. I am working on some numerical programming routines, and I ran into a small problem trying to compile a module of mine. I'm using ghc version