basil
basil copied to clipboard
`TakeOne::isFollowedBy` signature is confusing
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