diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 8466d8cfa486fb30d1755c4261b781135083787b (patch) | |
tree | c8c12c67246f543c3cc4f64d1c07e003cb1d45ae /srfi-8.txi | |
parent | 87b82b5822ca54228cfa6df29be3ad9d4bc47d16 (diff) | |
download | slib-8466d8cfa486fb30d1755c4261b781135083787b.tar.gz slib-8466d8cfa486fb30d1755c4261b781135083787b.zip |
Import Upstream version 3a1upstream/3a1
Diffstat (limited to 'srfi-8.txi')
-rw-r--r-- | srfi-8.txi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/srfi-8.txi b/srfi-8.txi new file mode 100644 index 0000000..bdf149b --- /dev/null +++ b/srfi-8.txi @@ -0,0 +1,8 @@ +@code{(require 'srfi-8)} +@ftindex srfi-8 + + +@defspec receive formals expression body @dots{} + +@url{http://srfi.schemers.org/srfi-8/srfi-8.html} +@end defspec |