`insert` is defined for seq in `system`, that's the signature you saw with 
`sink T`, inserting an element into a seq. the one in `sequtils` you wanted was 
for inserting another seq into a seq. 

Reply via email to