[cvs-nhc98] No log message

Malcolm Wallace malcolm@sparud.net
Thu, 25 Jan 2001 18:34:23 +0100 (CET)


malcolm: Thu Jan 25 18:34:23 CET 2001

Update of /usr/src/master/nhc/src/prelude/IO
In directory hinken:/tmp/cvs-serv10801

Modified Files:
	HPutStr.hs 
Log Message:
IO.hPutStr now calls a new C primitive on the whole string, rather than
laboriously hPutChar'ing each character through the IO monad.  This
gives a pure speed improvement of 5-10x over the naïve way.