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
- Host: GitHub
- URL: https://github.com/kamirus/haskell-katas
- Owner: Kamirus
- License: mit
- Created: 2020-01-17T18:14:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T14:56:04.000Z (over 5 years ago)
- Last Synced: 2025-02-14T01:17:26.204Z (8 months ago)
- Language: Haskell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`