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

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

This repository contains my solutions to Katas hosted on codewars.com.
https://github.com/tbsklg/haskell-katas

codewars haskell

Last synced: 3 months ago
JSON representation

This repository contains my solutions to Katas hosted on codewars.com.

Awesome Lists containing this project

README

        

# Haskell Katas
[![](https://www.codewars.com/users/tbsklg/badges/micro)](https://www.codewars.com/users/tbsklg)
![](https://github.com/tbsklg/haskell-katas/actions/workflows/haskell.yml/badge.svg)

This repository contains my solutions to Katas hosted on [codewars.com](https://www.codewars.com/).

## Run tests
```bash
stack test
```

## Run test in watch mode
```bash
stack test --file-watch
```

## Run tests with coverage
```bash
stack test --coverage
```