haskell
haskell copied to clipboard
Exercism exercises in Haskell.
For those who don't want Stack or cannot install it for any reason, we are interested in telling them what the alternative is. This alternative is the command `runghc -Wall...
If the student submits a solution using System.Random but not `package.yaml`, the error would be: ``` Could not load module ‘System.Random’ It is a member of the hidden package ‘random-1.1’....
For these exercises: ``` $ git grep 'text.*to your list of dependencies' exercises/practice/acronym/.docs/instructions.append.md:- Add `- text` to your list of dependencies in package.yaml. exercises/practice/atbash-cipher/.docs/instructions.append.md:- add `- text` to your list...
The main purpose of this issue is to document a usability bug caused by the way `exercism download ...` currently updates exercises on the Haskell track. It seems that there...
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...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ To get your track ready for Exercism v3, the following needs...
In #780, exercises that might be applicable for teaching the `Data.Text` module were found. In some of those cases, the test suite was extended with `OverloadedStrings` so that both `String`...
Closes #959. Few questions that I'll need help from maintainer: - What is the version number of an exercise? I couldn't find any from [problem spec repo]( https://github.com/exercism/problem-specifications/tree/main/exercises/variable-length-quantity). - What...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...
Hey Team! I would like to have an exercise for solving Rubik's cube (2x2x2 to 5x5x5 but it' can be unlimited) please (see attached)! I waited days but the program...