Skip to content
  • Liam M. Healy's avatar
    Fix make-grid-data for pq when there is just one element · a32546e9
    Liam M. Healy authored
    An error was signalled when calling make-grid-data with a single pq
    element.  This was caused because of the definition of #'reduce, "If
    the subsequence contains exactly one element and no initial-value is
    given, then that element is returned and function is not called".
    This is now fixed.  Test example: #m(#_1.0d0_m) now returns the
    correct thing.
    a32546e9