Hello all,
I'm wondering if there is any equivalent to GHC.Handle.openFd which I can
use with nhc98? It's nice being able to convert a file descriptor into a
Handle...
For the curious, I'm looking into how hard it might be to make darcs
compilable using nhc98, and this is the first sticking point--actually the
second one... the first was trivial. openFd is already handled via the
configure script, so the interface doesn't need to be the same, as long as
the functionality is equivalent, so I can write a wrapper.
--
David Roundy
http://www.darcs.net
Hello All,
Byte codes for functions "apply1" and "$" are exactly same
(correct me if I'm am wrong). Just "apply1" is used while building
a graph and "$" is used (also while building a graph) while
interpreting the byte code "APPLY n". Can anyone tell why is this
distinction being made ? Because as I see it, apply1 could've been
used in place of "$" and the difference wold've been nothing.
Regards,
------------------------------------
Arunkumar S Jadhav, Masters Student,
KReSIT, IIT-Bombay, India
Ph: +91-22-25764967
http://www.it.iitb.ac.in/~arunk
------------------------------------
I exist because I work.