[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in reference implementation of UNZIP5

This page is part of the web mail archives of SRFI 1 from before July 7th, 2015. The new archives for SRFI 1 contain all messages, not just those from before July 7th, 2015.



        There's a typo in the last line of the reference implementation of
UNZIP5 (in http://srfi.schemers.org/srfi-1/srfi-1-reference.scm):

                        (values '() '() '() '()))))

should be

                      (values '() '() '() '() '()))))

-- 
======  John David Stone - Lecturer in Computer Science and Philosophy  =====
==============  Manager of the Mathematics Local-Area Network  ==============
==============  Grinnell College - Grinnell, Iowa 50112 - USA  ==============
==========  stone@xxxxxxxxxxxxx - http://www.math.grin.edu/~stone/  =========