Re: ANNOUNCE HToolkit 1.2 released

2003-10-23 Thread Arun Kumar S Jadhav
I tried to install port (after installig haddock), but it says it can't find 
libs directory of haddock (specifically it says it doesn't find base.haddock).
Any solution to this?, 'coz I very badly want to try out HToolkit.


Regards,
Arun Kumar S Jadhav, Masters Student, 
KReSIT, IIT-Bombay, India
Ph: +91-22-25764967
http://www.it.iitb.ac.in/~arunk

On Wednesday 22 October 2003 12:50, Krasimir Angelov wrote:
 haskell [EMAIL PROTECTED]

-- 

___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Re: Haskell for non-Haskell's sake

2003-08-30 Thread Arun Kumar S Jadhav
Hi,
Well, some time back I implemented PRE
(Partial Redundancy Elimination) for C program in
Haskell. The algorithm is fairly straightforward but
involved some issues regarding how to represent
the basic block information, graph etc. The haskell
program itself can be improved though, but I'll take
it up during december when my current term ends.

Regards,
Arun

On Saturday 30 August 2003 06:09, Hal Daume III wrote:
 Hi fellow Haskellers,

 I'm attempting to get a sense of the topology of the Haskell
 community.  Based on the Haskell Communities  Activities reports, it
 seems that the large majority of people use Haskell for Haskell's sake.

 If you use Haskell for a purpose *other than* one of those listed below,
 I'd love to hear.  I don't need a long report, anything from a simple I
 do to a paragraph would be fine, and if you want to remain anonymous
 that's fine, too.

 Purposes which I consider Haskell for Haskell's sake include:

   - writing Haskell compilers/interpreters
   - developing libraries for Haskell
   - writing Haskell debuggers, tracers, profilers or other tools
   - more or less anything with matches /.*Haskell.*/, other than
 /in Haskell$/   :)

 Thanks,

  - Hal

--
Arun Kumar S Jadhav
Masters Student, SIC-309,
KReSIT,
IIT-Bombay,
India
Ph: +91-22-25764967
http://www.it.iitb.ac.in/~arunk
*
Never negotiate out of fear
Never fear to negotiate
*

---

-- 
Arun Kumar S Jadhav
Masters Student, SIC-309,
KReSIT,
IIT-Bombay,
India
Ph: +91-22-25764967
http://www.it.iitb.ac.in/~arunk
*
Never negotiate out of fear
Never fear to negotiate
*
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


.hi files

2003-07-11 Thread Arun Kumar S Jadhav
Hi all,
Can any one tell me what is the use of
.hi (interface) files. I want to know the steps involved
in the compilation of a .hs file. I went thru the what nhc98
roughly does and saw that it generates interface file for
each module. Please enlighten as to what is the precise
function of interface files.

Regards,
--
Arun Kumar S Jadhav
Masters Student, SIC-309,
KReSIT,
IIT-Bombay,
India
Ph: +91-22-25764967
http://www.it.iitb.ac.in/~arunk
*
Never negotiate out of fear
Never fear to negotiate
*

___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Unary Operators

2003-07-07 Thread Arun Kumar S Jadhav
Hi All,
How to define a new unary operator. 
E.g: 
I want to use /\ for intersection over a list of sets
and similarly \/ for union over a list of sets.

 I searched haskell98 report but couldn't find any pointers. Please
let me know if it's allowed in the first place, if yes then how

Regards,
-- 
Arun Kumar S Jadhav
Masters Student, SIC-309,
KReSIT,
IIT-Bombay,
Ph: 022-25764967
http://www.it.iitb.ac.in/~arunk
*
Never negotiate out of fear
Never fear to negotiate
*
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell