exercism / elm-analyzer

GNU Affero General Public License v3.0
1 stars 4 forks source link

Add analysis for concept exercise `marios-marvellous-lasagna` #39

Closed jiegillet closed 2 years ago

jiegillet commented 2 years ago

Closes #14.

Sister PR here.

I only added one rule for checking if a let has been used (I added the possibility in Analyzer.functionCalls).

Is it worth adding a rule checking that there are two expressions defined in the let block or what their names are? It wouldn't be very hard, but there isn't that much benefit, unless we want to make sure that they know that you can also define functions in there, not just values.

jiegillet commented 2 years ago

All done!

@exercism/maintainers-admin could we get an approval?