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

Optional arguments

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



I just fell over

    Procedure: make-hash-table [ equal? ] [ hash ] [ sizehint ] -> hash-table

shouldn't this be

    Procedure: make-hash-table [[equal?] [[hash] [[sizehint]]]] -> hash-table

?

--
Jens Axel Søgaard