exercism / haskell-test-runner

GNU Affero General Public License v3.0
1 stars 13 forks source link

Add `extra` package to available packages #55

Closed hauleth closed 2 years ago

hauleth commented 2 years ago

This package extends the base with some "extra" functions, especially useful are monadic versions of various functions and operators. This may help some a little bit more proficient and/or ambitious students with solving tasks.

hauleth commented 2 years ago

I was looking mostly for ifM and &&^/||^ operators which I needed to implement on my own in many tasks.

petertseng commented 2 years ago

I've observed in the past that after a PR is merged, the deploy workflow runs and then the package will be available. I hope I am not mistaken and that I am authorised to merge PRs in this repository. If I am not, please excuse my error (and perhaps consider removing my permission to do so so that it's clear I shouldn't do that)