Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kashiwara0205/haskell-sample-code

Haskellのサンプルコード置き場
https://github.com/kashiwara0205/haskell-sample-code

Last synced: 10 days ago
JSON representation

Haskellのサンプルコード置き場

Awesome Lists containing this project

README

        

# Haskell Sample Code

## How to setup

```
docker-compose build
docker-compose up -d
```

## How to run test

```
make in
runghc [test-filename]
```