What I really meant was UI controls, like buttons, options box, check box,
etc...
> I believe so. If you find go to the Haskell web site and then go to the
> HOPenGL Link, you should find information on Win32 systems. At least,
> that's where I'd look first, but I'm otherwise not sure. ;)
>
>
I believe so. If you find go to the Haskell web site and then go to the
HOPenGL Link, you should find information on Win32 systems. At least,
that's where I'd look first, but I'm otherwise not sure. ;)
-stephen
Anibal Maffioletti Rodrigues de DEUS wrote:
>
> Is there currently any way of usi
Is there currently any way of using Win32 GUI with GHC ?
Mon, 17 Jul 2000 15:38:45 -0500, Kate S. Golder <[EMAIL PROTECTED]> pisze:
> Are these declarations simply added to all files?
They are values referenced in RULES pragmas in Prelude modules.
> In particular what are "PrelBase.zi" and "PrelBase.zaza"?
Look at ghc/compiler/basicTypes/OccName.lh
I have been playing around with parts of the GHC front end, particularly
the Renamer, and am trying to understand the output dumped by this stage.
As part of this process I created a file (Blank.hs), where the file
contains only an empty module declaration:
module Blank where
when I ru
Why it's not the default (or the only case)?
I don't have a test case to make experiments, but intuitively unboxing
strict fields should be an obvious advantage in most cases. A record
of Bools or Ints - why allocate each separately? I guess they are more
often examined directly than passed furth
"Manuel M. T. Chakravarty" wrote:
> Is it possible that you are using a Linux box on which the
> gmp devel libraries are not (properly) installed?
Very likely. Our local sysadmins do not appear to consider
integers a sufficiently common concept in computer science to
justify a MB or so install
Sven Kuenzler <[EMAIL PROTECTED]> wrote,
> I am trying to build fptools from CVS. I have managed to get the binary
> releases of happy-1.6 and ghc-4.08 working and configured fptools
> successfully.
>
> The next error I get is that ld cannot find -lgmp. So I built it from
> ghc/rts/gmp.
> Now, h
Hi,
I am trying to build fptools from CVS. I have managed to get the binary
releases of happy-1.6 and ghc-4.08 working and configured fptools
successfully.
The next error I get is that ld cannot find -lgmp. So I built it from
ghc/rts/gmp.
Now, how do I make GHC _find_ that library. I do not have