learn4haskell icon indicating copy to clipboard operation
learn4haskell copied to clipboard

👩‍🏫 👨‍🏫 Learn Haskell basics in 4 pull requests

Results 41 learn4haskell issues
Sort by recently updated
recently updated
newest added

Hi! I am trying the course, after cloning the repo first thing I do is to run a test. `$make test-chapter1-basic` ``` cabal test doctest-chapter1 --enable-tests --test-show-details=direct Resolving dependencies... cabal:...

Mention where we need to be more careful when working with `Int`s: - 0 - positive - negative - in some bounds

enhancement
chapter1

### Solutions for Chapter 2 cc @vrom911 @chshersh

### Solutions for Chapter {NUMBER} cc @vrom911 @chshersh

### Solutions for Chapter 1 cc @vrom911 @chshersh

chapter1
hacktoberfest-accepted

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. Release notes Sourced from actions/cache's releases. v3.0.1 Added support for caching from GHES 3.5. Fixed download issue for files > 2GB during restore. v3.0.0...

CI
library :books:

First of all, thank you for the hard work and thoughtfulness given to create this course, it has really helped me get my heads around Haskell. It would make my...

I have Haskell already installed on my system, and that includes `stack` but not `cabal`. So, in order to run the tests for this course, I installed `ghcup` in Docker,...

documentation
question

Chapter3 says: > As you can see, both monster and knight have similar characteristics, but they > also have some differences. **So it is possible to describe their common >...

question

This could be the GH Action which will generate the pdf when all of the CI checks are green in the `main`.

idea :bulb: