JetBrains-Research / HumanEval-Dafny

Translating humaneval into dafny
Apache License 2.0
4 stars 1 forks source link

023-strlen does not have meaningful conditions #49

Open jesyspa opened 1 week ago

jesyspa commented 1 week ago

Due to the way Dafny treats functions, the given postcondition (len == |s|) will already be deduced, so the LLM can simply give an empty set of postconditions for this.