haskellings icon indicating copy to clipboard operation
haskellings copied to clipboard

An automated tutorial to teach you about Haskell!

Results 9 haskellings issues
Sort by recently updated
recently updated
newest added

I could solve the basics exercises without problems, but Functions1.hs gives me the following error message: Tests failed on exercise : Functions1.hs /bin/sh: 1: /root/haskellings/generated_files/functions/Functions1: not found Does that mean...

I'd like the help of anyone with M1 hardware and Haskell knowledge. I was trying to address issue #63 but in all honesty, I'm out of my depth. The `haskellings`...

I'd like to be able to continue working on haskellings on my Macbook M1 but because GHC is 8.10.4 I cannot compile it on the machine. I don't think just...

Hi, I spotted this while taking this course. Thanks a lot for creating this!

Same as #60, the typo in the comment will confuse people.

The example of `compareFromEntry` function of `Point3` has some typos which will confuse people.

I can use `stack2cabal`. I am then able to: - `cabal build` - `cabal install` Then if I try `haskellings run Types1`, if fails because it can not find ghc....

Instead of tracking directly a tarball in the nix file it could interesting to use [niv](https://github.com/nmattia/niv). I really think it will be easier to track version, branch and for updates,...

A good alternative to having all the explanations in comments in the exercise files would be to make a Markdown file for each exercise (or possibly each category of exercises,...

good first issue