Re: Last call for comments on SRFI 122: Nonempty Intervals and Generalized Arrays
Bradley Lucier 09 Dec 2016 22:00 UTC
In my internal version:
On 11/30/2016 09:13 PM, John Cowan wrote:
> 2) `Interval=` and `interval-volume` appear in the wrong order in the
> specification index.
Will fix.
>
> 3) The "Arrays" section of the specification index is not at all in the
> same order as in the specification proper.
Will fix.
>
> 4) I think that storage classes should be made a disjoint type, with a
> type predicate `storage-class?`.
Fixed.
>
> 5) I think `specialized-array` should be called
> `make-specialized-array`, analogous to `make-array`.
Fixed.
>
> 6) The last line of the definition of `array-sample` refers to
> `array-scale` instead.
Fixed.