hydromatic / morel

Standard ML interpreter, with relational extensions, implemented in Java
Apache License 2.0
291 stars 15 forks source link

Wordle solver generates wrong mask #136

Open julianhyde opened 2 years ago

julianhyde commented 2 years ago

The Wordle solver generates the wrong mask when a letter occurs twice in the guess but only once in the solution.

maskToString (mask ("teeth", "depot"));

currently returns "ygbbb" but should return "ygbbb".