@@ -284,10 +284,10 @@ func returnArgs(p *[]Value) {
}
type aggregateFunc struct {
ctx Context
arg []Value
next func() (struct{}, bool)
stop func()
func (a *aggregateFunc) Step(ctx Context, arg ...Value) {
The note is not visible to the blocked user.