[q-lang-cvs] q/doc qdoc.texi,1.138,1.139 version.texi,1.92,1.93
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-13 21:02:52
|
Update of /cvsroot/q-lang/q/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6608 Modified Files: qdoc.texi version.texi Log Message: clarify status of builtin stream constants, as suggested by Rob Hubbard Index: qdoc.texi =================================================================== RCS file: /cvsroot/q-lang/q/doc/qdoc.texi,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** qdoc.texi 20 Oct 2007 10:07:43 -0000 1.138 --- qdoc.texi 13 Jan 2008 21:02:44 -0000 1.139 *************** *** 6437,6441 **** The constant symbol @code{nil_stream} denotes an empty stream, while the special constructor symbol @code{cons_stream} is used to represent a ! nonempty stream with head @code{X} and tail @code{Xs}. As of Q 7.1, the language also provides some syntactic sugar for these constructs to make them look more list-like. In particular, @code{@{@}} is the same as --- 6437,6443 ---- The constant symbol @code{nil_stream} denotes an empty stream, while the special constructor symbol @code{cons_stream} is used to represent a ! nonempty stream with head @code{X} and tail @code{Xs}. (Please note ! that, as of Q 7.1, these symbols are now builtins and thus cannot be ! imported from the @code{stream.q} module any more.) As of Q 7.1, the language also provides some syntactic sugar for these constructs to make them look more list-like. In particular, @code{@{@}} is the same as Index: version.texi =================================================================== RCS file: /cvsroot/q-lang/q/doc/version.texi,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** version.texi 17 Dec 2007 22:05:41 -0000 1.92 --- version.texi 13 Jan 2008 21:02:44 -0000 1.93 *************** *** 1,4 **** ! @set UPDATED 20 October 2007 ! @set UPDATED-MONTH October 2007 @set EDITION 7.10 @set VERSION 7.10 --- 1,4 ---- ! @set UPDATED 13 January 2008 ! @set UPDATED-MONTH January 2008 @set EDITION 7.10 @set VERSION 7.10 |