grouping.extras: fix stack effect names for (group-by).
parent
186f1e11d9
commit
d23cb84ad4
|
@ -51,7 +51,7 @@ INSTANCE: tail-clumps immutable-sequence
|
|||
|
||||
<PRIVATE
|
||||
|
||||
: (group-by) ( elt key groups -- groups' )
|
||||
: (group-by) ( groups elt key -- groups )
|
||||
pick [ t ] [ last first dupd = not ] if-empty [
|
||||
swap 1vector 2array over push
|
||||
] [
|
||||
|
|
Loading…
Reference in New Issue