> Yes seems so - thx
>
> On 8 Mrz., 14:05, Jean-Francois Poilpret <jfpoilp...@gmail.com> wrote:
>> It seems to be a bug with strStarts?, not any:
>>
>>> f = strStarts? "aa"
str* functions use inbuilt special implementation that inlines the
application into String.method call, when all arguments are applied. There
was off-by-one error when partial application was done, so first argument
got ignored. This should be fixed now in master branch and snapshot build.
>> f is string -> boolean = <yeti.lang.std$strStarts$q>> f "aa"
>>
>> <yeti.lang.Fun2_> is boolean
>>
>> Actually, f "aa" should be just:
>> true is boolean
>> Honestly, I don't understand Yeti message here.
>>
>> Jean-Fran�ois