exercism / exercism/elm-analyzer

Write analysis for concept exercise `pipers-pie`

Open
#96 1 comment 0 reactions 1 assignee Claimed by @jiegillet View on GitHub
x:action/create x:knowledge/elementary x:module/analyzer x:size/large
Dominant language
Elm
Stars
1
Forks
5
PR merge metrics
No merged PRs in 30d

Description

From the design file:

- [essential] all functions are implemented with recursion
- [essential] all recursive function are tail call recursive
- [essential] the `List` module is not used
- [actionable] `pipersPi` should not call `factorial` or `doubleFactorial`, suggest to build terms iteratively instead

We probably want to use [this elm-review rule](https://package.elm-lang.org/packages/jfmengels/elm-review-performance/latest/) to check the functions are tail recursive

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.