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

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

This repo contains my solutions for some Haskell katas submitted in Codewars.
https://github.com/borisskert/haskell-katas

codewars codewars-katas codewars-solutions haskell haskell-kata haskell-learning

Last synced: 7 months ago
JSON representation

This repo contains my solutions for some Haskell katas submitted in Codewars.

Awesome Lists containing this project

README

          

# haskell-katas

![](https://www.codewars.com/users/besterboris/badges/micro)

This repo contains my solutions for some Haskell katas submitted in [Codewars](https://www.codewars.com).

## Build

```shell
stack build
```

## Run tests

```shell
stack test
```