gelisam / klister

an implementation of stuck macros
BSD 3-Clause "New" or "Revised" License
128 stars 11 forks source link

Suggest valid constructor names #207

Open gelisam opened 1 year ago

gelisam commented 1 year ago

If I pattern-match on a list and I accidentally use cons instead of ::, it would be nice if Klister noticed that it's a list I'm matching on an suggested "did you mean (nil) or (:: _ _)?"