Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twelve-days lacks a Text example #1034

Open
petertseng opened this issue Dec 28, 2021 · 0 comments
Open

twelve-days lacks a Text example #1034

petertseng opened this issue Dec 28, 2021 · 0 comments

Comments

@petertseng
Copy link
Member

twelve-days is one of the exercises for which this Haskell language track makes a recommendation to use Data.Text instead of String.

However, it lacks a Text example solution, which means that it's possible that we might accidentally make the tests fail to compile with a Text-based solution, and not notice.

To avoid accidentally breaking the tests, this track should add a Text example solution. See how other exercises do it in https://github.com/exercism/haskell/tree/main/exercises/practice/acronym/.meta/examples/success-text, or any of the other exercises with Text example solutions:

exercises/practice/acronym/.meta/examples/success-text
exercises/practice/atbash-cipher/.meta/examples/success-text
exercises/practice/bob/.meta/examples/success-text
exercises/practice/diamond/.meta/examples/success-text
exercises/practice/etl/.meta/examples/success-text
exercises/practice/isogram/.meta/examples/success-text
exercises/practice/pangram/.meta/examples/success-text
exercises/practice/pig-latin/.meta/examples/success-text
exercises/practice/raindrops/.meta/examples/success-text
exercises/practice/resistor-color-trio/.meta/examples/success-text
exercises/practice/rotational-cipher/.meta/examples/success-text

Please leave the existing success-standard twelve-days in place when adding this new success-text example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant