basil icon indicating copy to clipboard operation
basil copied to clipboard

`TakeOne::isFollowedBy` signature is confusing

Open qingwei91 opened this issue 6 years ago • 0 comments

TakeOne::isFollowedBy returns Source[(Boolean, Source[Element])] which the 1st param Boolean communicate whether the source is followed by a specific sequence or not, but it's not clear what does the 2nd element means

I think this return type is confusing, consider drop it

qingwei91 avatar Nov 12 '18 21:11 qingwei91