-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
x:action/createWork on something from scratchWork on something from scratchx:knowledge/elementaryLittle Exercism knowledge requiredLittle Exercism knowledge requiredx:module/analyzerWork on AnalyzersWork on Analyzersx:size/largeLarge amount of workLarge amount of work
Description
From the design file:
- [essential] all functions are implemented with recursion
- [essential] all recursive function are tail call recursive
- [essential] the
Listmodule is not used - [actionable]
pipersPishould not callfactorialordoubleFactorial, suggest to build terms iteratively instead
We probably want to use this elm-review rule to check the functions are tail recursive
Metadata
Metadata
Assignees
Labels
x:action/createWork on something from scratchWork on something from scratchx:knowledge/elementaryLittle Exercism knowledge requiredLittle Exercism knowledge requiredx:module/analyzerWork on AnalyzersWork on Analyzersx:size/largeLarge amount of workLarge amount of work