An open API service indexing awesome lists of open source software.

https://github.com/kamirus/haskell-katas

My solutions to some Codewars's katas in haskell
https://github.com/kamirus/haskell-katas

Last synced: 6 months ago
JSON representation

My solutions to some Codewars's katas in haskell

Awesome Lists containing this project

README

          

## haskell-katas

### Lensmaker
- [Link](https://www.codewars.com/kata/54258ffb430ca2e4b5000239/train/haskell)
- Source file: `src/MicroLens.hs`
- Test file: `test/MicroLensSpec.hs`

### Lens Apprentice
- [Link](https://www.codewars.com/kata/5cd99b8af446b0000ed8e615/haskell)
- Source file: `src/SimpleLens.hs`
- Test file: `test/SimpleLensSpec.hs`