ANNOUNCE: Haddock version 0.2, a Haskell documentation tool

2002-05-09 Thread Simon Marlow
I'm pleased to announce version 0.2 of Haddock, a documentation generation tool for Haskell source code. It's available from http://www.haskell.org/haddock/ The changes relative to version 0.1 are listed here: http://www.haskell.org/haddock/CHANGES.txt Cheers, Simon

Ãâ·ÑÌṩ¹ØÓÚ»¥ÁªÍøÓªÏú·½·¨µÄ¼¼Êõ×Éѯ

2002-05-09 Thread sales137
»¥ÁªÍø·¢Õ¹µ½½ñÌìÒѾ­±»´ó¶àµÄÉ̼ÒËùÀûÓã¬ÕâÊÇÍƹãÉ̼ҲúÆ·³É±¾×îµÍÓÖÓÐЧµÄÓªÏú²ßÂÔ¡£ µ«ÓеÄÈËËäÈ»½¨Á¢µÄÍøÕ¾£¬µ«È´Ã»°ÑÍøÕ¾Íƹã³öÈ¥£»ÓеÄÈËÌìÌ춼ÉÏÍø£¬µ«È´Ã»°Ñ×Ô¼ºµÄ²ú Æ··¢²¼µ½ÍøÉÏÈ¥¡£ÏÖÔÚ£¬ÎÒÃÇͨ¹ýһЩרҵµÄÈí¼þ£¬¿ÉÒÔÒ»´ÎÐԵġ¢¼òµ¥µÄ¡¢Ñ¸ËٵĽ«ÄúµÄ ÍøÕ¾¼°²úÆ·Íƹ㵽¸÷¸öÒýÇæ¼°ÉÌÎñÕ¾µãÉÏ£¡

Re: updating labelled fields

2002-05-09 Thread Hal Daume III
[SNIP] I don't think this is ambigous -- do is a keyword, so no record field update can be assumed after it. Okay, I thought about it some more and I agree. So, as it stands the proposal is to add the following pieces of sugar: 1) ({assignments}) becomes \x-x{assignments} 2)

Re: ANNOUNCE: Haddock version 0.2, a Haskell documentation tool

2002-05-09 Thread Ashley Yakeley
At 2002-05-09 09:44, Simon Marlow wrote: I'm pleased to announce version 0.2 of Haddock, a documentation generation tool for Haskell source code. It's available from http://www.haskell.org/haddock/ It's at http://www.haskell.org/haddock/haddock-0.2-src.tar.gz. -- Ashley Yakeley,

Ãâ·ÑÌṩ¹ØÓÚ»¥ÁªÍøÓªÏú·½·¨µÄ¼¼Êõ×Éѯ

2002-05-09 Thread sales137
»¥ÁªÍø·¢Õ¹µ½½ñÌìÒѾ­±»´ó¶àµÄÉ̼ÒËùÀûÓã¬ÕâÊÇÍƹãÉ̼ҲúÆ·³É±¾×îµÍÓÖÓÐЧµÄÓªÏú²ßÂÔ¡£ µ«ÓеÄÈËËäÈ»½¨Á¢µÄÍøÕ¾£¬µ«È´Ã»°ÑÍøÕ¾Íƹã³öÈ¥£»ÓеÄÈËÌìÌ춼ÉÏÍø£¬µ«È´Ã»°Ñ×Ô¼ºµÄ²ú Æ··¢²¼µ½ÍøÉÏÈ¥¡£ÏÖÔÚ£¬ÎÒÃÇͨ¹ýһЩרҵµÄÈí¼þ£¬¿ÉÒÔÒ»´ÎÐԵġ¢¼òµ¥µÄ¡¢Ñ¸ËٵĽ«ÄúµÄ ÍøÕ¾¼°²úÆ·Íƹ㵽¸÷¸öÒýÇæ¼°ÉÌÎñÕ¾µãÉÏ£¡

ObjectIO install

2002-05-09 Thread Andre W B Furtado
The INSTALL file that comes with the objectIO files says that one must use the following commands to register the package: $ ghc-pkg -r objectio $ ghc-pkg -a objectio -f pckg.cfg The second command is not recognized as a valid one, and the ghc-pkg help appears showing the correct syntax. I