SRFI-45: add promise? predicate.
authorMark H Weaver <mhw@netris.org>
Wed, 27 Mar 2013 01:22:11 +0000 (21:22 -0400)
committerMark H Weaver <mhw@netris.org>
Wed, 27 Mar 2013 01:22:11 +0000 (21:22 -0400)
commitd291d7990d72b5cb8a18b20e524e1c8324297e92
tree2065e9a5e94dd1944313f542ed122ecd3ad7cbcf
parent65ad02b96d4118970406b1474aa00bbe801aa61a
SRFI-45: add promise? predicate.

* module/srfi/srfi-45.scm (promise?): Export.

* doc/ref/srfi-modules.texi (SRFI-45): Update docs.

* test-suite/tests/srfi-45.test: Add test.  Add FSF copyright for 2010
  and 2013.  Add missing year to AndrĂ© van Tonder's copyright notice.
doc/ref/srfi-modules.texi
module/srfi/srfi-45.scm
test-suite/tests/srfi-45.test